Instant verification of certificates on the blockchain
-
Start up Docker
-
Download network dependencies
cd my-network && npm i -
Go to fabrc-dev-servers/
./startFabric.sh && ./createPeerAdminCard.sh -
Install the business network onto the peers
composer network install --card PeerAdmin@hlfv1 --archiveFile lockness@0.0.1.bna -
Deploys the business network
composer network start --networkName lockness --networkVersion 0.0.1 --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card -
Importing network administrator identity as a usable business network card
composer card import --file networkadmin.card -
Check if it is deployed properly
composer network ping --card admin@lockness -
Starting RESTFul API
composer-rest-server