Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salmandabbakuti/chaincode-essentials
Kickstarter development essentials for Writing and testing nodejs chaincode
https://github.com/salmandabbakuti/chaincode-essentials
chaincode chaincode-sdk-nodejs fabric-sdk-node hyperledger-fabric hyperledger-fabric-poc hyperledger-fabric-sdk hyperledger-fabric-sdk-node nodejs
Last synced: 4 days ago
JSON representation
Kickstarter development essentials for Writing and testing nodejs chaincode
- Host: GitHub
- URL: https://github.com/salmandabbakuti/chaincode-essentials
- Owner: Salmandabbakuti
- License: mit
- Created: 2019-09-24T11:22:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T07:38:07.000Z (over 3 years ago)
- Last Synced: 2023-03-03T04:12:55.693Z (over 1 year ago)
- Topics: chaincode, chaincode-sdk-nodejs, fabric-sdk-node, hyperledger-fabric, hyperledger-fabric-poc, hyperledger-fabric-sdk, hyperledger-fabric-sdk-node, nodejs
- Language: Shell
- Homepage:
- Size: 46.7 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hlf-chaincodeTest
Writing and testing nodejs chaincode**Conceptualizing chaincode,API and components in chaincode,writing and deploying chaincode..**
**These concepts illustrated in this article. Have a look at https://medium.com/@Salmandabbakuti/start-developing-hyperledger-fabric-chaincode-in-node-js-e63b655d98db**#### Quick demo
```
cd clientchmod 777 start.sh
./start.sh
```