py-tendermint:使用Tendermint构建区块链应用程序的Python微框架

时间:2024-06-06 02:57:02
【文件属性】:

文件名称:py-tendermint:使用Tendermint构建区块链应用程序的Python微框架

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-06 02:57:02

blockchain python3 tendermint microframework Python

py-薄荷 使用Tendermint构建区块链应用程序的Python微框架 受到Flask的启发,py-tendermint使得快速创建Tendermint ABCI应用程序的原型变得容易。 注意:由于ABCI更改,当前版本已损坏。有关此过渡,请参阅py-abci py-tendermint通过提供以下内容为您隐藏了一些重复设置: 持久存储支持的Patricia Trie 基于RLP的通用交易模型(以太坊(Ethereum)) RPC客户端 帐目 ed25519键 如果您想靠近金属,请查看Tendermint Python ABCI库: : 要求 Python 3.6.x 温柔的引擎(当然) 安装 python setup.py install (将来会进行pip安装) 安装 python setup.py install (将来会进行pip安装) 试试看 运行Tender


【文件预览】:
py-tendermint-master
----setup.py(987B)
----.gitignore(78B)
----Makefile(155B)
----LICENSE(562B)
----examples()
--------simpleapp.py(1KB)
--------simpleapp_client.py(711B)
----README.md(1KB)
----tests()
--------test_app.py(2KB)
--------test_state.py(4KB)
--------test_db.py(544B)
--------test_transactions.py(3KB)
--------test_types.py(752B)
--------test_key.py(2KB)
----pytest.ini(37B)
----Pipfile(283B)
----CHANGES.txt(89B)
----NOTES.txt(157B)
----tendermint()
--------keys.py(3KB)
--------transactions.py(2KB)
--------__init__.py(72B)
--------db.py(2KB)
--------client.py(4KB)
--------utils.py(3KB)
--------accounts.py(705B)
--------app.py(10KB)
--------state.py(6KB)

网友评论