hyperledger / fabric-sdk-go

https://wiki.hyperledger.org/display/fabric
Apache License 2.0
910 stars 510 forks source link

Does it support version 2.4 #250

Open chaunsin opened 1 year ago

chaunsin commented 1 year ago

Does the sdk support 2.4 version of the chain

andrew-coleman commented 1 year ago

https://github.com/hyperledger/fabric-gateway is supported for Fabric v2.4 onwards.

chaunsin commented 1 year ago

https://github.com/hyperledger/fabric-gateway is supported for Fabric v2.4 onwards.

Thank you revert。I see that this code does not support contract management member management?

iamlzw commented 1 year ago

it support fabric version 2.4,I use fabric-sdk-go v1.0.0,and i can install ,getInstalled,commit approve contract,you can refer my github repo https://github.com/iamlzw/blockchain-benchmark/blob/master/tools/chaincode.go