Commit graph

7 commits

Author SHA1 Message Date
Sijo Cherian
01ff2e8133 Fixed typo
Signed-off-by: Sijo Cherian <sijo@ibm.com>
2020-07-05 22:47:35 -04:00
Sijo Cherian
e388a213dd Improve asset-transfer-basic javascript application workflow + bugfix in createAsset chaincode arg sequence
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).
Plan is for app.js to replace query.js & invoke.js, to simplify and document-in-code the app workflow of this sample.
Bugfix: `createAsset` param sequence updated to match the chaincode-go `CreateAsset`.

Signed-off-by: Sijo Cherian <sijo@ibm.com>
2020-07-05 22:35:04 -04:00
Dereck
2f58fb29c4
Adding NodeJS app for asset-transfer-basic sample. (#206)
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
2020-06-30 15:36:47 -04:00
Chongxin Luo
a42bbba2c5 Adding chaincode-typescript to asset-transfer-basic sample.
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
2020-06-25 12:06:13 -04:00
Chongxin Luo
bee5f6e07f Adding chaincode-js to asset-transfer-basic
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
2020-06-25 12:02:53 -04:00
Chongxin Luo
22bcf8cfa4 Fix go mod for chaincode-go
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
2020-06-25 12:01:45 -04:00
Chongxin Luo
a228b16364 Initialize asset transfer basic sample.
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
2020-06-09 19:21:24 -04:00