fabric-samples/asset-transfer-basic
Brett Logan a04db374aa Refactor Chaincode Into Idiomatic Go
Cleans up the code and pushes the smart contract
implementation down into a `chaincode` package.
This is in prep for implementing unit testing in the
chaincode, as you cannot mock code that is part of
the main package.

Signed-off-by: Brett Logan <brett.t.logan@ibm.com>
2020-07-10 05:59:22 -04:00
..
application-javascript Add filepath check for invoke (#222) 2020-07-02 13:36:47 -04:00
application-typescript Add application-typescript to asset-transfer-basci (#221) 2020-07-02 13:43:48 -04:00
chaincode-go Refactor Chaincode Into Idiomatic Go 2020-07-10 05:59:22 -04:00
chaincode-javascript Adding chaincode-js to asset-transfer-basic 2020-06-25 12:02:53 -04:00
chaincode-typescript Adding chaincode-typescript to asset-transfer-basic sample. 2020-06-25 12:06:13 -04:00
.gitignore Adding NodeJS app for asset-transfer-basic sample. (#206) 2020-06-30 15:36:47 -04:00