https://github.com/salmandabbakuti/reinvent_api
Minimalistic and Reusable REST API Design pattern for Hyperledger fabric Applications
https://github.com/salmandabbakuti/reinvent_api
api blockchain chaincode chaincode-sdk-nodejs hyperledger-fabric hyperledger-fabric-sdk nodejs reinvent-api rest-api
Last synced: 5 months ago
JSON representation
Minimalistic and Reusable REST API Design pattern for Hyperledger fabric Applications
- Host: GitHub
- URL: https://github.com/salmandabbakuti/reinvent_api
- Owner: Salmandabbakuti
- License: mit
- Created: 2020-04-06T09:55:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T09:58:36.000Z (almost 6 years ago)
- Last Synced: 2025-02-22T22:41:18.566Z (12 months ago)
- Topics: api, blockchain, chaincode, chaincode-sdk-nodejs, hyperledger-fabric, hyperledger-fabric-sdk, nodejs, reinvent-api, rest-api
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reinvent-API
Minimalistic and Reusable REST API Design pattern for Hyperledger fabric Applications
##### Big Picture
REST API Design pattern for Hyperledger fabric. API code is reusable and fixed irrespective of Application size. Chaincode function can be passed as argument to API. So, no need to create separate routes for chaincode functions.
#### Things to Consider Modification:
1. Connection Profile Name and location
2. Channel name
3. Chaincode Name
>Query or body parameters should be passed as the order defined in chaincode function. First argument must be function name to call..
##### Swagger Demo:


##### Author
##### :wave: [Salman Dabbakuti](https://salmandabbakuti.github.io)
