Registry / other / hyperledger-fabric-contract-api-go

hyperledger-fabric-contract-api-go

JSON →
library1.2.2gogounverified

Go API for developing smart contracts on Hyperledger Fabric.

go get github.com/hyperledger/fabric-contract-api-go
INSTALL
IMPORT
SIG · HYPERLEDGER-FABRIC
H
hyperledger-fabric-contract-api-go
othergov1.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

contractapi
github.com/hyperledger/fabric-contract-api-go

Creates a chaincode from a contract struct.

package main import ( "github.com/hyperledger/fabric-contract-api-go/contractapi" ) type MyContract struct { contractapi.Contract } func main() { cc, _ := contractapi.NewChaincode(&MyContract{}) _ = cc }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
7
Meta
1
Resources
hyperledger-fabric-contract-api-go — go get hyperledger-fabric-contract-api-go · libregistry