Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s7techlab/hlf-sdk-go
Hyperledger Fabric Network Kit
https://github.com/s7techlab/hlf-sdk-go
blockchain golang hyperledger hyperledger-fabric hyperledger-fabric-sdk
Last synced: 3 months ago
JSON representation
Hyperledger Fabric Network Kit
- Host: GitHub
- URL: https://github.com/s7techlab/hlf-sdk-go
- Owner: s7techlab
- License: apache-2.0
- Created: 2018-07-03T13:16:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T15:44:03.000Z (7 months ago)
- Last Synced: 2024-04-13T04:44:12.033Z (7 months ago)
- Topics: blockchain, golang, hyperledger, hyperledger-fabric, hyperledger-fabric-sdk
- Language: Go
- Homepage:
- Size: 44.5 MB
- Stars: 41
- Watchers: 9
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hyperledger-fabric - hlf-sdk-go - A third-party Golang Hyperledger Fabric SDK. (Tools / Client)
README
## Hyperledger Fabric SDK
[![Coverage Status](https://coveralls.io/repos/github/s7techlab/hlf-sdk-go/badge.svg)](https://coveralls.io/github/s7techlab/hlf-sdk-go)
#### 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](examples/event-listener) - example of using peer.DeliverService, which shows new blocks
- [blockchain_info](examples/channel_info/blockchain_info.go) - example of viewing info about channels and channel's ledger
- identity - identity implementation
- proto - Hyperledger fabric protobuf messages creating and parsing