car-rental-network project description:
Provide a trustworthy platform for renting cars using Blockchain Technology.
Note:
- This project serves as an introduction to building blockchain applications.
- Please use the code along with the manual created for the workshop.
yo hyperledger-composer:businessnetwork
cd car-rental-network
composer archive create -t dir -n .
cd ..
./createPeerAdminCard.sh
cd car-rental-network
composer network install --card PeerAdmin@hlfv1 --archiveFile car-rental-network@0.0.1.bna
composer network start --networkName car-rental-network --networkVersion 0.0.1 --networkAdmin admin --networkAdminEnrollSecret adminpw --card PeerAdmin@hlfv1 --file networkadmin.card
composer card import --file networkadmin.card
composer network ping --card admin@car-rental-network
composer-rest-server