olaeseane / hlf-sdk-go

Hyperledger Fabric Golang SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperledger Fabric SDK

Coverage Status

Code example with gossip service discovery available at: examples/cc_call

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

About

Hyperledger Fabric Golang SDK

License:Apache License 2.0


Languages

Language:Go 99.8%Language:Makefile 0.2%