hyperledger / fabric-chaincode-go

Hyperledger Fabric Packages for Go Chaincode
https://pkg.go.dev/github.com/hyperledger/fabric-chaincode-go
Apache License 2.0
138 stars 133 forks source link

Support for new programming Model FAB-16640 #13

Closed awjh-ibm closed 4 years ago

awjh-ibm commented 4 years ago

EPIC: https://jira.hyperledger.org/browse/FAB-16640

PR provides new package contractapi which provides functionality for Go to meet the new programming model implemented already in Node and Java in Go.

PDF of presentation to maintainers call can be found here: contract-programming-model-go-update.pdf

awjh-ibm commented 4 years ago

Code will move to its own repo as per RFC https://github.com/hyperledger/fabric-rfcs/pull/13