mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-18 07:55:10 +00:00
Add sample which can be used with the builder scripts described in the "Chaincode as an external service" documentation Signed-off-by: James Taylor <jamest@uk.ibm.com>
5 lines
142 B
Modula-2
5 lines
142 B
Modula-2
module github.com/hyperledger/fabric-samples/chaincode/fabcar/external
|
|
|
|
go 1.13
|
|
|
|
require github.com/hyperledger/fabric-contract-api-go v1.0.0
|