Categorygithub.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/v2
# README
Weaver Fabric Interop Chaincode
Troubleshooting
While running make test-local
, if you get error like:
go: updates to go.mod needed; to update it:
go mod tidy
Then run following to fix it, and commit the changes if everything works good:
make run-vendor || go mod tidy && make test-local && go mod tidy && make test && make test-local