Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 845 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 845 Bytes

KBA

A Sample prototype application for managing automobile details backed by Hyperledger fabric

Installation

Installing Basic Dependencies

To install the basic dependencies such as node, npm, jq, sponge and docker, navigate to Networks folder and execute the command

$ ./installDependencies.sh

Once the installation is complete, restart the machine.

Installing Minifab Binary

$ ./installDependencies.sh bin

Starting the network

Make sure you have installed all the dependencies before following this step, to start the network we have provided a script available inside the Network folder

$ ./startNetwork.sh