fabric-cli-wrapper
v1.0.2
Published
Node Wrapper API to Hyperledger Fabric Node SDK to accelerate the chain operation
Downloads
4
Maintainers
Readme
Project Joker
This is a Node Wrapper API to Hyperledger Fabric Node SDK to accelerate the chain operation. Joker
is just a internal codename.
It offers below functions.
Basic API
- Init a genesis blockchain network and create the orgs (with certification)
- Create channels
- Ask peer nodes to join the channel
- Install chaincodes in peers
- Instantiate chaincodes in a channel
- Invoke transactions by calling the chaincode
- Query the ledger for transactions or blocks
Advanced API
- Dynamically generate org
- Dynamically add peers to a org
- Infra related operations (TBD)