Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```