node.js - Creating orderer node in Hyperledger Fabric -
i new hyperledger fabric , starting new project transfer asset 1 person another. here steps think need follow achieve completion of project, tell me if wrong or missed something:
- create orderer node.
- create channel.
- create peers , endorser nodes.
- connect each peer , endorser node channel.
- write chaincode , endorsing policies.
- create transaction update ledger state.
if right, can me creation of orderer node, or provide me link helps. wanted ask orderer node creation possible using node sdk.
there 2 aspects deploying hyperledger fabric... operational aspects (deploying containers run orderer, peer, ca, etc runtime components) , transactional aspects (creating channels , issuing transaction proposals etc).
suggest tutorials provided. specifically, start "building first network". example gets details of how deploy network, create channel , issue transactions.
Comments
Post a Comment