Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arsulegai/fabric2-sample-chaincode
A sample chaincode to run in Hyperledger Fabric 2.0. A Key-Value pair implementation.
https://github.com/arsulegai/fabric2-sample-chaincode
hyperledger hyperledger-fabric
Last synced: 4 days ago
JSON representation
A sample chaincode to run in Hyperledger Fabric 2.0. A Key-Value pair implementation.
- Host: GitHub
- URL: https://github.com/arsulegai/fabric2-sample-chaincode
- Owner: arsulegai
- Created: 2020-01-21T05:33:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:29:01.000Z (over 1 year ago)
- Last Synced: 2024-06-21T17:04:08.302Z (5 months ago)
- Topics: hyperledger, hyperledger-fabric
- Language: Go
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Key Value Store
A sample chaincode to run on Hyperledger Fabric 2.0
## How to build?
- Install the dependency of Go 1.13
- Run the following command```
$ go build
```