mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
* Improve asset-transfer-basic javascript app code by combining invoke & query.js Adding a sample application workflow to demonstrate the chaincodes, similar to the WIP PR for basic go-application (https://github.com/hyperledger/fabric-samples/pull/211). Simplify and document-in-code the app workflow of this sample, in a single app , instead of invoke & query setting up Gateway Signed-off-by: Sijo Cherian <sijo@ibm.com> improve javascript app code by combining invoke & query.js Signed-off-by: Sijo Cherian <sijo@ibm.com> reverted chaincode func signature Signed-off-by: Sijo Cherian <sijo@ibm.com> * create/updateAsset signature in sync with chaincode func change as in #227 Signed-off-by: Sijo Cherian <sijo@ibm.com> * Tested with latest chaincode, Improved comments Signed-off-by: Sijo Cherian <sijo@ibm.com> Co-authored-by: Sijo Cherian <sijo@ibm.com> |
||
|---|---|---|
| .. | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| app.js | ||
| enrollAdmin.js | ||
| package.json | ||
| registerUser.js | ||