package
2.0.14-beta
Repository: https://github.com/s7techlab/hlf-sdk-go.git
Documentation: pkg.go.dev

# README

Install and instantiate cli

Tool for installing and instantiating chaincode

Required flags:

  • mspId - identifier of MSP
  • mspPath - path to msp directory
  • configPath - path to SDK config (example)
  • channel - channel name for instantiated chaincode
  • cc - chaincode name
  • ccPath - path to chaincode realtively $GOPATH
  • ccVersion - chaincode version
  • ccPolicy - instantiation policy
  • ccArgs - chaincode instantiation arguments
  • ccTransient - chaincode transient arguments