Skip to main content

a mini python sdk for quorum lightnode with http/https requests to quorum fullnode

Project description

QuoRum MiniNode Python SDK

a mini python sdk for quorum lightnode with http/https requests to group of quorum fullnode.

这是 quorum lightnode(轻节点)的 python sdk 实现之一。

另外一个实现为 zhangwm404 的 quorum-lightnode-py

特点是:聚焦单个种子网络,实现 http/https 请求,封装 lightnode 相关 api 与常见的方法;同时不做任何本地数据存储,把存储部分交给 bot/app/web 的开发者自行拓展。

安装

pip install mininode

参考案例 example

参与代码贡献

依赖:

pipenv install
pipenv run python example/send_to_group.py

代码格式化:

isort .
black -l 100 -t py39 .

代码检查:

pylint mininode

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mininode-0.3.4.tar.gz (32.4 kB view hashes)

Uploaded Source

Built Distribution

mininode-0.3.4-py3-none-any.whl (35.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page