This project is for hyperledger fabric study.
Fabric version : 1.4.3
- ca.org1.example.com
- ca.org2.example.com
- peer0.org1.example.com
- peer1.org1.example.com
- peer0.org2.example.com
- peer1.org2.example.com
- couchdb
- couchdb2
- couchdb3
- couchdb4
- orderer.example.com
- orderer2.example.com
- orderer3.example.com
- cli
- solo(default)
To start the basic network run start.sh
.
- generating orderer genesis block
- generating channel configuration transaction 'channel.tx'
- generating anchor peer update for Org1MSP
- docker-compose up
below step is scripts/script.sh excuting in cli
- createChannel
- joinChannel
- updateAnchorPeers
- installChaincode
- instantiateChaincode
- chaincodeQuery
- chaincodeInvoke
- chaincodeQuery (check invoke result)
clear docker container and chaincode teardown.sh
.
This work is licensed under a Creative Commons Attribution 4.0 International License