Awesome
Hyperledger Fabric SDK
Project structure:
- api - interface definitions
- ca - sdk for Hyperledger Fabric CA
- client - sdk for Hyperledger Fabric Network
- crypto - cryptographic implementation
- discovery - discovery service implementation
- examples - examples of using current SDK (invoke cli and events client)
- event-listener - example of using peer.DeliverService, which shows new blocks
- blockchain_info - example of viewing info about channels and channel's ledger
- identity - identity implementation
- proto - Hyperledger fabric protobuf messages creating and parsing