fabric-contract-api-go:用于在Go链码中使用的合同API的实现的软件包-源码

上传者: 42181319 | 上传时间: 2021-09-07 21:21:09 | 文件大小: 172KB | 文件类型: ZIP
Go
Hyperledger Fabric Go Contract API 该存储库包含用于实现合约API的程序包,以便在Fabric v2.1上运行的Go链码中使用 我们欢迎以多种形式为Hyperledger Fabric项目做出贡献。 总是有很多事情要做! 请查看有关为该项目做的文档,获取全部详细信息。 社区 文献资料 该仓库中所有软件包的文档都可以在找到 讲解 可以在此处找到有关如何使用此仓库中的软件包创建智能合约的教程。 可以在fabric-samples中找到使用此仓库中的程序包构建的示例链代码。 提出问题 在项目Fabric Contract API Go(FABCAG)下,使用JIRA引发并跟踪了此存储库中软件包的问题。 您可以通过访问https://jira.hyperledger.org/projects/FABCAG/issues?filter=allopenissu

文件下载

资源详情

[{"title":"( 99 个子文件 172KB ) fabric-contract-api-go:用于在Go链码中使用的合同API的实现的软件包-源码","children":[{"title":"fabric-contract-api-go-main","children":[{"title":".gitignore <span style='color:#111;'> 32B </span>","children":null,"spread":false},{"title":"go.mod <span style='color:#111;'> 556B </span>","children":null,"spread":false},{"title":"COMPATIBILITY.md <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"serializer","children":[{"title":"json_transaction_serializer.go <span style='color:#111;'> 6.08KB </span>","children":null,"spread":false},{"title":"transaction_serializer.go <span style='color:#111;'> 1.51KB </span>","children":null,"spread":false},{"title":"json_transaction_serializer_test.go <span style='color:#111;'> 14.26KB </span>","children":null,"spread":false},{"title":"serializer_test.go <span style='color:#111;'> 387B </span>","children":null,"spread":false}],"spread":true},{"title":"contractapi","children":[{"title":"system_contract.go <span style='color:#111;'> 910B </span>","children":null,"spread":false},{"title":"transaction_context_test.go <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false},{"title":"transaction_context.go <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false},{"title":"contract_test.go <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false},{"title":"shared_test.go <span style='color:#111;'> 323B </span>","children":null,"spread":false},{"title":"api_test.go <span style='color:#111;'> 391B </span>","children":null,"spread":false},{"title":"utils","children":[{"title":"undefined_interface.go <span style='color:#111;'> 382B </span>","children":null,"spread":false}],"spread":true},{"title":"contract_chaincode_test.go <span style='color:#111;'> 25.40KB </span>","children":null,"spread":false},{"title":"contract.go <span style='color:#111;'> 6.03KB </span>","children":null,"spread":false},{"title":"contract_chaincode.go <span style='color:#111;'> 13.03KB </span>","children":null,"spread":false},{"title":"system_contract_test.go <span style='color:#111;'> 846B </span>","children":null,"spread":false}],"spread":false},{"title":"CODEOWNERS <span style='color:#111;'> 196B </span>","children":null,"spread":false},{"title":"metadata","children":[{"title":"schema_test.go <span style='color:#111;'> 25.44KB </span>","children":null,"spread":false},{"title":"ioutils.go <span style='color:#111;'> 654B </span>","children":null,"spread":false},{"title":"schema","children":[{"title":"schema.json <span style='color:#111;'> 11.92KB </span>","children":null,"spread":false}],"spread":true},{"title":"a_metadata-packr.go <span style='color:#111;'> 16.28KB </span>","children":null,"spread":false},{"title":"schema.go <span style='color:#111;'> 5.07KB </span>","children":null,"spread":false},{"title":"metadata.go <span style='color:#111;'> 9.12KB </span>","children":null,"spread":false},{"title":"metadata_main_test.go <span style='color:#111;'> 388B </span>","children":null,"spread":false},{"title":"ioutils_test.go <span style='color:#111;'> 756B </span>","children":null,"spread":false},{"title":"metadata_test.go <span style='color:#111;'> 13.93KB </span>","children":null,"spread":false}],"spread":true},{"title":"CONTRIBUTING.md <span style='color:#111;'> 4.11KB </span>","children":null,"spread":false},{"title":".azure-pipelines","children":[{"title":"resources","children":[{"title":"license.txt <span style='color:#111;'> 103B </span>","children":null,"spread":false},{"title":"license-config.json <span style='color:#111;'> 574B </span>","children":null,"spread":false},{"title":"chaincode","children":[{"title":"commercialpaper","children":[{"title":"go.mod <span style='color:#111;'> 503B </span>","children":null,"spread":false},{"title":"go.sum <span style='color:#111;'> 24.05KB </span>","children":null,"spread":false},{"title":"main.go <span style='color:#111;'> 870B </span>","children":null,"spread":false},{"title":"commercial-paper","children":[{"title":"paper_test.go <span style='color:#111;'> 4.19KB </span>","children":null,"spread":false},{"title":"paperlist.go <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"papercontext_test.go <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"paper.go <span style='color:#111;'> 3.58KB </span>","children":null,"spread":false},{"title":"papercontract.go <span style='color:#111;'> 2.51KB </span>","children":null,"spread":false},{"title":"papercontext.go <span style='color:#111;'> 849B </span>","children":null,"spread":false},{"title":"paperlist_test.go <span style='color:#111;'> 3.24KB </span>","children":null,"spread":false},{"title":"papercontract_test.go <span style='color:#111;'> 7.18KB </span>","children":null,"spread":false}],"spread":false},{"title":"ledger-api","children":[{"title":"state.go <span style='color:#111;'> 600B </span>","children":null,"spread":false},{"title":"statelist.go <span style='color:#111;'> 1.64KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"advancedtypes","children":[{"title":"go.mod <span style='color:#111;'> 172B </span>","children":null,"spread":false},{"title":"go.sum <span style='color:#111;'> 13.68KB </span>","children":null,"spread":false},{"title":"main.go <span style='color:#111;'> 2.55KB </span>","children":null,"spread":false}],"spread":false},{"title":"simple","children":[{"title":"go.mod <span style='color:#111;'> 165B </span>","children":null,"spread":false},{"title":"go.sum <span style='color:#111;'> 13.31KB </span>","children":null,"spread":false},{"title":"main.go <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false}],"spread":false},{"title":"transactionhooks","children":[{"title":"go.mod <span style='color:#111;'> 175B </span>","children":null,"spread":false},{"title":"go.sum <span style='color:#111;'> 13.80KB </span>","children":null,"spread":false},{"title":"main.go <span style='color:#111;'> 2.35KB </span>","children":null,"spread":false}],"spread":false},{"title":"private","children":[{"title":"go.mod <span style='color:#111;'> 166B </span>","children":null,"spread":false},{"title":"go.sum <span style='color:#111;'> 13.06KB </span>","children":null,"spread":false},{"title":"main.go <span style='color:#111;'> 1.47KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"install_deps.yml <span style='color:#111;'> 817B </span>","children":null,"spread":false},{"title":"scripts","children":[{"title":"tutorial-checks.sh <span style='color:#111;'> 2.98KB </span>","children":null,"spread":false},{"title":"release-checks.sh <span style='color:#111;'> 317B </span>","children":null,"spread":false},{"title":"setup-integration-chaincode.sh <span style='color:#111;'> 836B </span>","children":null,"spread":false},{"title":"lint.sh <span style='color:#111;'> 963B </span>","children":null,"spread":false}],"spread":true},{"title":"azure-pipelines.yml <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false}],"spread":true},{"title":"CODE_OF_CONDUCT.md <span style='color:#111;'> 573B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 11.09KB </span>","children":null,"spread":false},{"title":"CHANGELOG.md <span style='color:#111;'> 4.54KB </span>","children":null,"spread":false},{"title":"go.sum <span style='color:#111;'> 14.23KB </span>","children":null,"spread":false},{"title":".github","children":[{"title":"settings.yml <span style='color:#111;'> 459B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 3.14KB </span>","children":null,"spread":false},{"title":"tutorials","children":[{"title":"managing-objects.md <span style='color:#111;'> 12.57KB </span>","children":null,"spread":false},{"title":"using-advanced-features.md <span style='color:#111;'> 17.68KB </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 285B </span>","children":null,"spread":false},{"title":"getting-started.md <span style='color:#111;'> 15.29KB </span>","children":null,"spread":false}],"spread":false},{"title":"RELEASING.md <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":".release","children":[{"title":"changelog.sh <span style='color:#111;'> 685B </span>","children":null,"spread":false}],"spread":false},{"title":"internal","children":[{"title":"contract_function.go <span style='color:#111;'> 11.44KB </span>","children":null,"spread":false},{"title":"types_handler_test.go <span style='color:#111;'> 25.84KB </span>","children":null,"spread":false},{"title":"transaction_handler_test.go <span style='color:#111;'> 9.82KB </span>","children":null,"spread":false},{"title":"transaction_handler.go <span style='color:#111;'> 3.03KB </span>","children":null,"spread":false},{"title":"internal_test.go <span style='color:#111;'> 385B </span>","children":null,"spread":false},{"title":"types","children":[{"title":"types_test.go <span style='color:#111;'> 18.78KB </span>","children":null,"spread":false},{"title":"types.go <span style='color:#111;'> 7.86KB </span>","children":null,"spread":false}],"spread":false},{"title":"utils","children":[{"title":"utils.go <span style='color:#111;'> 1.00KB </span>","children":null,"spread":false},{"title":"utils_test.go <span style='color:#111;'> 2.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"functionaltests","children":[{"title":"utils","children":[{"title":"bad_metadata.json <span style='color:#111;'> 52B </span>","children":null,"spread":false}],"spread":false},{"title":"contracts","children":[{"title":"simplecontract","children":[{"title":"simplecontract.go <span style='color:#111;'> 1.82KB </span>","children":null,"spread":false}],"spread":false},{"title":"complexcontract","children":[{"title":"contract-metadata","children":[{"title":"metadata.json <span style='color:#111;'> 5.05KB </span>","children":null,"spread":false}],"spread":false},{"title":"basicobject.go <span style='color:#111;'> 773B </span>","children":null,"spread":false},{"title":"complexcontract.go <span style='color:#111;'> 3.67KB </span>","children":null,"spread":false}],"spread":false},{"title":"utils","children":[{"title":"utils.go <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false}],"spread":false},{"title":"extendedsimplecontract","children":[{"title":"extendedsimplecontract.go <span style='color:#111;'> 1.71KB </span>","children":null,"spread":false}],"spread":false}],"spread":false},{"title":"step_definitions_test.go <span style='color:#111;'> 7.23KB </span>","children":null,"spread":false},{"title":"features","children":[{"title":"goldenpaths","children":[{"title":"simplechaincode.feature <span style='color:#111;'> 986B </span>","children":null,"spread":false},{"title":"multicontractchaincode.feature <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"extendedsimplechaincode.feature <span style='color:#111;'> 1.02KB </span>","children":null,"spread":false},{"title":"complexchaincode.feature <span style='color:#111;'> 1.89KB </span>","children":null,"spread":false}],"spread":false},{"title":"badpaths","children":[{"title":"errors.feature <span style='color:#111;'> 3.81KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false},{"title":"contract_function_test.go <span style='color:#111;'> 25.92KB </span>","children":null,"spread":false},{"title":"types_handler.go <span style='color:#111;'> 4.43KB </span>","children":null,"spread":false}],"spread":false},{"title":"MAINTAINERS.md <span style='color:#111;'> 553B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明