mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 16:05:10 +00:00
- Add new generic asset transfer sample based on the existing marbles02 sample - Add InitLedger() to create base assets - Add AssetExists() to check for an assets existence in the world state Signed-off-by: Tiffany Harris <tiffany.harris@ibm.com>
8 lines
243 B
Modula-2
8 lines
243 B
Modula-2
module github.com/hyperledger/fabric-samples/asset-transfer-ledger-queries/chaincode-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/hyperledger/fabric-chaincode-go v0.0.0-20200511190512-bcfeb58dd83a
|
|
github.com/hyperledger/fabric-contract-api-go v1.1.0
|
|
)
|