1.0.2 • Published 6 years ago

fabric-cli-wrapper v1.0.2

Weekly downloads
1
License
AGPL-3.0
Repository
-
Last release
6 years ago

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)