Privex的随机物联网工具

privex-iota的Python项目详细描述


Privex的随机物联网工具

Build StatusCodecov
PyPi VersionLicense ButtonPyPI - DownloadsPyPI - Python VersionGitHub last commit

用于与Hornet工具交互的IoNet命令行和API库

警告:仍在施工中

+===================================================+
|                 © 2020 Privex Inc.                |
|               https://www.privex.io               |
+===================================================+
|                                                   |
|        Privex's Random IOTA Tools                 |
|        License: X11/MIT                           |
|                                                   |
|        Core Developer(s):                         |
|                                                   |
|          (+)  Chris (@someguy123) [Privex]        |
|                                                   |
+===================================================+

Privex's Random IOTA Tools
Copyright (c) 2020    Privex Inc. ( https://www.privex.io )

安装

^{pr2}$

使用

# Show status information for local IOTA node at http://localhost:14265
iota-status

# Show status information for a remote IOTA node
iota-status https://iota.se1.privex.cc

# Show status information as raw JSON instead of colourful human output
iota-status --raw
iota-status --raw https://iota.se1.privex.cc

# Show help
iota-status --help
iota-status -h

####
# Alternatively invoke as a python module (works the same as iota-status executable)
####

# Show status information for local IOTA node at http://localhost:14265
python3.8 -m privex.iota
# Show status information for a remote IOTA node
python3.8 -m privex.iota https://iota.se1.privex.cc

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java BasicDataSource提交不起作用   java如何在SpringSecurity中为特殊情况下的身份验证失败定制http状态代码?   java Hibernate,SQL Server 2016=SQL错误:207无效列名   继承确保运行时Java超类是正确的   java重写hashcode方法以返回类中变量的hashcode   java无法缩放不同设备的文本大小   java Comparator作为静态字段接口还是实现?   java MessageSource不重新加载属性文件   使用方法setToolTip()在中更改后,操作上的java Keybinding工具提示消失   java使用maven添加调试符号   java转换时应该绑定哪个版本的JRE。使用launch4j将jar转换为exe   java Anylogic实验坚持使用范围内的可变参数,但在自由形式参数中工作良好   关于BuffereImage和Image的java问题   java当我试图在终端的Applications文件夹中显示内容时,我得到了“chromeapps.localized”   java如何使用正则表达式模式拆分字符串   java如何计算重复联系人数   java真的不可能保护Android应用免受逆向工程的影响吗?   java无法将值从活动转移到存储库以将其传递到Dao方法   Java中的名称空间包相对标识符路径   排序Java添加和排序列表的快速方法