{"id":53619,"library":"hyperledger-fabric-contract-api-go","title":"Hyperledger Fabric Contract API","description":"Go API for developing smart contracts on Hyperledger Fabric.","status":"active","version":"1.2.2","language":"go","source_language":null,"source_url":"https://github.com/hyperledger/fabric-contract-api-go","tags":["hyperledger","fabric","blockchain","smart-contracts"],"install":[{"cmd":"go get github.com/hyperledger/fabric-contract-api-go","lang":"bash","label":"Install github.com/hyperledger/fabric-contract-api-go"}],"dependencies":[],"imports":[{"symbol":"contractapi","correct":"github.com/hyperledger/fabric-contract-api-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/hyperledger/fabric-contract-api-go/contractapi\"\n)\n\ntype MyContract struct {\n\tcontractapi.Contract\n}\n\nfunc main() {\n\tcc, _ := contractapi.NewChaincode(&MyContract{})\n\t_ = cc\n}","lang":"go","description":"Creates a chaincode from a contract struct."},"warnings":[],"env_vars":null,"search_vec":"'api':4,6 'blockchain':16 'contract':3,10,19 'develop':8 'fabric':2,13,15 'go':5 'hyperledg':1,12,14 'smart':9,18 'smart-contract':17","created_at":"2026-06-15T07:47:09.385197+00:00","updated_at":"2026-06-15T07:47:09.385197+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/hyperledger/fabric-contract-api-go","github":"https://github.com/hyperledger/fabric-contract-api-go","docs":"https://pkg.go.dev/github.com/hyperledger/fabric-contract-api-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}