https://github.com/toshihiko-okubo/hyperledger-fabric-external-chaincode-server
https://github.com/toshihiko-okubo/hyperledger-fabric-external-chaincode-server
chaincode-go hyperledger-fabric
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/toshihiko-okubo/hyperledger-fabric-external-chaincode-server
- Owner: toshihiko-okubo
- Created: 2020-07-12T16:50:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T18:47:56.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T11:29:43.657Z (3 months ago)
- Topics: chaincode-go, hyperledger-fabric
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperledger-fabric-external-chaincode-server
This repository is an example of running chaincode in the Local environment## Requirement
- golang 1.14
- docker
- docker-compose## Usage
1. To launch the chain
```bash
$ make start
```2. To call the chaincode function
```bash
$ make initChainCode
$ make invokeChainCode
$ make queryChainCode
```## Ref
- https://hyperledger-fabric.readthedocs.io/en/release-2.1/cc_service.html
- https://github.com/vanitas92/fabric-external-chaincodes