pyrchain:到RChain RNode RPC的Python 3接口

时间:2024-06-16 16:05:04
【文件属性】:

文件名称:pyrchain:到RChain RNode RPC的Python 3接口

文件大小:120KB

文件格式:ZIP

更新时间:2024-06-16 16:05:04

Python

火链 与RChain RNode RPC的接口。 安装 Pyrchain是用于与RChain RNode gRPC API接口的Python 3库。 该库通过PyPI( )分发。 您可以通过运行以下命令为当前用户安装它: pip3 install -U pyrchain 有关第三方库依赖项的信息,请参见setup.py 。 例子 以下功能以焦链提供。 发展 要安装开发包: pip install -e .[dev] 要从上游运行更新协议缓冲区: ./update-protobufs ./update-generated 第一条命令将从dev分支中获取最新的RChain *.proto文件到./protobuf目录中。 第二条命令将与协议缓冲区相对应的gRPC Python代码生成到rchain.pb包( ./rchain/pb )中。 要运行集成测试,请运行: pyth


【文件预览】:
pyrchain-master
----docs()
--------conf.py(2KB)
--------make.bat(795B)
--------Makefile(634B)
--------index.rst(440B)
----.github()
--------workflows()
----update-generated(528B)
----LICENSE(34KB)
----mypy.ini(264B)
----setup.cfg(175B)
----TODO.txt(112B)
----examples()
--------client_insert_signed.py(2KB)
--------transaction_example.py(2KB)
--------vault_example.py(2KB)
--------transfer_sign_deploy.py(1KB)
--------sign_verify_examples.py(591B)
--------keys_example.py(1KB)
--------grpc_api_example.py(3KB)
----setup.py(947B)
----.gitignore(83B)
----rchain()
--------crypto.py(5KB)
--------report.py(545B)
--------certificate.py(2KB)
--------const.py(51B)
--------interface.py(976B)
--------vault.py(5KB)
--------tests()
--------meta.py(2KB)
--------util.py(1KB)
--------client.py(12KB)
--------__init__.py(0B)
--------pb()
--------data_types.py(1KB)
--------param.py(950B)
----update-protobufs(301B)
----protobuf()
--------ProposeServiceV1.proto(763B)
--------scalapb()
--------ServiceError.proto(479B)
--------DeployServiceCommon.proto(4KB)
--------RhoTypes.proto(11KB)
--------CasperMessage.proto(8KB)
--------ProposeServiceCommon.proto(548B)
--------DeployServiceV1.proto(5KB)
--------routing.proto(2KB)
----README.md(1KB)

网友评论