Categorygithub.com/hyperledger-cacti/cacti/weaver/core/network/fabric-interop-cc/contracts/interop/v2
package
2.1.0
Repository: https://github.com/hyperledger-cacti/cacti.git
Documentation: pkg.go.dev

# 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