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: 7 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T07:38:07.000Z (over 4 years ago)
- Last Synced: 2025-05-07T11:39:44.529Z (9 months 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 client
chmod 777 start.sh
./start.sh
```