Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 799 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 799 Bytes

Hyperledger Fabric SDK

Coverage Status

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