hyperledger / fabric-contract-api-go

Packages for the implementation of the contract API for use in Go chaincode
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
218 stars 100 forks source link

v2 implementation based on fabric-chaincode-go/v2 #137

Closed bestbeforetoday closed 2 months ago

bestbeforetoday commented 2 months ago

The v2 implementation retains wire-level compatibility with Fabric but does include the following breaking changes:

Closes #102