Fabric SDK for Admin Capability services
As gateway sdk will drop off admin capacity, we plan to recover admin capacity related things with this project proposal.
identified features
- new channel
- channel update(new org join into specific channel)
- peer join channel
- peer exit channel
- list channel
- inspect channel config
- chain code lifecycle
- system chain code(as list all chain code)
- gate policy?(common/policydsl/policyparser.go, tool for operator)
- peer discovery(optional, as ping test among peer networks when gateway disabled or fabric version below 2.5)
- base on peer discovery result, generate connection profile for sdk if possible?(optional)
Here is steps in short for any contribution.
- check license and code of conduct
- fork this project
- make your own feature branch
- change and commit your changes, please use
git commit -s
to commit as we enabled DCO - raise PR
Please review the Hyperledger Code of Conduct before participating. It is important that we keep things civil.