This nodejs application using fabric node sdk provides some REST API endpoints as a gateway of fabric-payment-sample-chaincode.
fabric-payment-sample-chaincode
fabric-payment-sample-docker
| version | |
|---|---|
| nodejs | 8.9 |
| express | 4 |
| fabric-ca-client | 1.0.2 |
| fabric-client | 1.0.2 |
$ ./generate_token.sh$ docker build -t fabric-payment/api .see fabric-payment-sample-docker
- Fork this project ( https://github.com/nmatsui/fabric-payment-sample-api )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Copyright (c) 2018 Nobuyuki Matsui [email protected]