积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(70)区块链(70)

语言

全部中文(简体)(44)英语(26)

格式

全部其他文档 其他(43)PDF文档 PDF(27)
 
本次搜索耗时 0.195 秒,为您找到相关结果约 70 个.
  • 全部
  • 后端开发
  • 区块链
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • 其他文档 其他
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Hyperledger Fabric 2.5 中文文档

    Fabric 的用法和 API 文档,包括变更历史和维护信息等 Fabric 基 本信息见 Fabric 官方网站 [http://fabfile.org/] 。 入门教程 对于新用户,以及/或想大概了解 Fabric 基本功能的同学,请访问 概览 & 教程 。本文档的其它部分将假设你至少已经大概熟悉其中的内容。 使用文档 下面的列表包含了 Fabric (非 API 部分)文档的主要章节。这些内容对 已知主机但更换了密钥 定义任务 新式任务 传统任务 API 文档 Fabric 维护了两套根据代码中 docstring 自动生成的 API 文档(它们都十分详 尽)。 核心 API 核心 API 是指构成 Fabric 基础构建块的函数、类和方法(例如 run 和 sudo )。而其他部分(下文的“扩展 API”和用户的 fabfile)都是在这些核心 API 的 基础之上构建的。 提供彩色输出的函数 提供彩色输出的函数 上下文管理器 装饰器 文档助手 网络 业务(Operation) 任务 实用工具 扩展 API Fabric 的 扩展包 包括常用而有用的工具(通常是从用户的 fabfile 中合并进来 的),可用于用户 I/O、修改远程文件等任务中。核心 API 倾向于保持小巧、 不随意变更,扩展包则会随着更多的用户案例被解决并添加进来,而不断成长 进化(同时尽量保持向后兼容)。 终端输出工具 与 Django
    0 码力 | 138 页 | 154.00 KB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4 中文文档

    Fabric 的用法和 API 文档,包括变更历史和维护信息等 Fabric 基 本信息见 Fabric 官方网站 [http://fabfile.org/] 。 入门教程 对于新用户,以及/或想大概了解 Fabric 基本功能的同学,请访问 概览 & 教程 。本文档的其它部分将假设你至少已经大概熟悉其中的内容。 使用文档 下面的列表包含了 Fabric (非 API 部分)文档的主要章节。这些内容对 已知主机但更换了密钥 定义任务 新式任务 传统任务 API 文档 Fabric 维护了两套根据代码中 docstring 自动生成的 API 文档(它们都十分详 尽)。 核心 API 核心 API 是指构成 Fabric 基础构建块的函数、类和方法(例如 run 和 sudo )。而其他部分(下文的“扩展 API”和用户的 fabfile)都是在这些核心 API 的 基础之上构建的。 提供彩色输出的函数 提供彩色输出的函数 上下文管理器 装饰器 文档助手 网络 业务(Operation) 任务 实用工具 扩展 API Fabric 的 扩展包 包括常用而有用的工具(通常是从用户的 fabfile 中合并进来 的),可用于用户 I/O、修改远程文件等任务中。核心 API 倾向于保持小巧、 不随意变更,扩展包则会随着更多的用户案例被解决并添加进来,而不断成长 进化(同时尽量保持向后兼容)。 终端输出工具 与 Django
    0 码力 | 145 页 | 161.53 KB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.2.1 Documentation

    writing a key to that collection), the receiving parties can utilize the GetPrivateDataHash() chaincode API to verify that the private data matches the on-chain hashes that were created from private data in the default behavior builds and runs chaincode in the same manner as prior releases using the Docker API. Eliminate Docker daemon dependency Prior releases of Fabric required peers to have access to a Docker operationscerts: This folder contains the certificates required to communicate with the Fabric Operations Service API. A channel MSP includes the following additional folder: Revoked Certificates: If the identity of
    0 码力 | 848 页 | 11.56 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.1.1 Documentation

    writing a key to that collection), the receiving parties can utilize the GetPrivateDataHash() chaincode API to verify that the private data matches the on-chain hashes that were created from private data in the default behavior builds and runs chaincode in the same manner as prior releases using the Docker API. Eliminate Docker daemon dependency Prior releases of Fabric required peers to have access to a Docker operationscerts: This folder contains the certificates required to communicate with the Fabric Operations Service API. A channel MSP includes the following additional folder: Revoked Certificates: If the identity of
    0 码力 | 816 页 | 10.25 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.2.0 Documentation

    writing a key to that collection), the receiving parties can utilize the GetPrivateDataHash() chaincode API to verify that the private data matches the on-chain hashes that were created from private data in the default behavior builds and runs chaincode in the same manner as prior releases using the Docker API. Eliminate Docker daemon dependency Prior releases of Fabric required peers to have access to a Docker operationscerts: This folder contains the certificates required to communicate with the Fabric Operations Service API. A channel MSP includes the following additional folder: Revoked Certificates: If the identity of
    0 码力 | 820 页 | 10.90 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.0.1 Documentation

    writing a key to that collection), the receiving parties can utilize the GetPrivateDataHash() chaincode API to verify that the private data matches the on-chain hashes that were created from private data in the default behavior builds and runs chaincode in the same manner as prior releases using the Docker API. Eliminate Docker daemon dependency Prior releases of Fabric required peers to have access to a Docker endorsement), or collection level (starting in Fabric v2.0). Second, starting in v1.4.2 there is a chaincode API GetPrivateDataHash() that allows chaincode on non-member peers to read the hash value of a private
    0 码力 | 760 页 | 10.21 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.0 Documentation

    writing a key to that collection), the receiving parties can utilize the GetPrivateDataHash() chaincode API to verify that the private data matches the on-chain hashes that were created from private data in the default behavior builds and runs chaincode in the same manner as prior releases using the Docker API. Eliminate Docker daemon dependency Prior releases of Fabric required peers to have access to a Docker operationscerts: This folder contains the certificates required to communicate with the Fabric Operations Service API. A channel MSP includes the following additional folder: Revoked Certificates: If the identity of
    0 码力 | 821 页 | 10.22 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.1 Documentation

    writing a key to that collection), the receiving parties can utilize the GetPrivateDataHash() chaincode API to verify that the private data matches the on-chain hashes that were created from private data in the default behavior builds and runs chaincode in the same manner as prior releases using the Docker API. Eliminate Docker daemon dependency Prior releases of Fabric required peers to have access to a Docker operationscerts: This folder contains the certificates required to communicate with the Fabric Operations Service API. A channel MSP includes the following additional folder: Revoked Certificates: If the identity of
    0 码力 | 904 页 | 10.95 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.1.0 中文文档

    区块链时使用,快速使用方法可参考 教程 Web3SDK:提供访问节点状态、修改区块链系统配置以及节点发送交 易等接口。 浏览器详细介绍请参考 浏览器 JSON-RPC接口可参考 JSON-RPC API 系统设计文档请参考 系统设计 关键特性 多群组: 教程 使用手册 设计文档 并行计算: 使用手册 设计文档 分布式存储: 使用手册 设计文档 重要 本技术文档只适用FISCO BCOS 2 BCOS联盟链,使用默认起始端口 30300,20200,8545(4个节点会占用30300-30303,20200-20203,8545-8548), 监听外网Channel和jsonrpc端口,允许外网通过SDK或API与节点交互。 │ │ │ ├── node.crt # 节点证书 │ │ │ ├── node.key # 节点私钥 │ │ │ ├── node.nodeid 显 示历史输入指令。 指令相关的参数: 指令调用接口需要的参数,指令与参数以及参数与参数 之间均用空格分隔,与JSON-RPC接口同名命令的输入参数和获取信息字 段的详细解释参考JSON-RPC API。 常用命令链接 合约相关命令 利用CNS部署和调用合约(推荐) 部署合约: deployByCNS 调用合约: callByCNS 查询CNS部署合约信息: queryCNS 普通部署和调用合约
    0 码力 | 1058 页 | 740.85 KB | 1 年前
    3
  • epub文档 FISCO BCOS 2.2.0 中文文档

    业级 区块链时使用,快速使用方法可参考 教程 SDK:提供访问节点状态、修改区块链系统配置以及节点发送交易等接 口。 浏览器详细介绍请参考 浏览器 JSON-RPC接口可参考 JSON-RPC API 系统设计文档请参考 系统设计 关键特性 多群组: 教程 使用手册 设计文档 并行计算: 使用手册 设计文档 分布式存储: 使用手册 设计文档 重要 本技术文档只适用FISCO BCOS 2 BCOS联盟链,使用默认起始端口 30300,20200,8545(4个节点会占用30300-30303,20200-20203,8545-8548), 监听外网Channel和jsonrpc端口,允许外网通过SDK或API与节点交互。 │ ├── node3 # 节点3文件夹 │ │..... │ ├── sdk # SDK需要用到的 │ │ ├── ca.crt # 链根证书 │ │ ├── 显 示历史输入指令。 指令相关的参数: 指令调用接口需要的参数,指令与参数以及参数与参数 之间均用空格分隔,与JSON-RPC接口同名命令的输入参数和获取信息字 段的详细解释参考JSON-RPC API。 常用命令链接 合约相关命令 利用CNS部署和调用合约(推荐) 部署合约: deployByCNS 调用合约: callByCNS 查询CNS部署合约信息: queryCNS 普通部署和调用合约
    0 码力 | 1156 页 | 10.03 MB | 1 年前
    3
共 70 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
HyperledgerFabric2.5中文文文文档中文文档1.42.2Documentation2.12.0FISCOBCOS
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩