用于解析steem区块链的python实用程序

steemtools的Python项目详细描述


##安装
```
pip install-u steemtools
```

文档
[>;区块链分析、帖子和帐户](https://steemit.com/steemtools/@furion/ann-steemtools-a-high-level-python-library-for-steem)
[>;见证费和市场](https://steemit.com/steem/@furion/witness feed publishing with automatic sbd usd peg)
[>;更新您的见证](https://steemit.com/witness category/@furion/updateing you witness with python)
[>;获取市场价格](https://steemit.com/steemtools/@furion/steem sbd and implied market prices with python)

示例
请参见[示例](https://github.com/netherdrake/steemtools/tree/master/examples)。

而且活塞依赖于scrypt。
如果在安装过程中遇到这样的错误:
```
致命错误:openssl/aes.h:没有这样的文件或目录

`````


对于区块链分析,强烈建议使用本地节点,或需要低延迟/高可靠性的应用程序。

pull the docker images:
````
docker pull teego/steem wallet
docker pull teego/steem blockchain
````

initiate the blockchain images:
`````
docker create--name steem blockchain teego/steem blockchain/bin/true
````

节点:
``
docker run--name steem node--rm-it--steem区块链中的卷-v~/steem/node.config.ini:/witness_node_data_dir/config.ini-p 8090:8090 teego/steem wallet
```
*注意:您可以在“steemtools/sample”中找到“node.config.ini”。*命令:
```
/usr/local/bin/steemd--rpc endpoint=0.0.0.0:8090--replay
````



get into cli wallet(可选):
`````
docker exec-it steem wallet/usr/local/bin/cli wallet
```

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

推荐PyPI第三方库


热门话题
面向批处理的java非阻塞队列   java如何基于HttpComponent获取html内容   java为什么我的程序会显示此错误?   java spring控制器如何处理应用程序/octetstream请求?   尝试将数据插入数据库时出现java常规错误   无法在java多线程处理中维护生产者任务的顺序   java为什么JSON数据无法访问ViewPager?   java获取Maven中特定分支的SVN buildnumber   java客户端无法从服务器接收信息   java等轴测地图绘制,生成   java无法调试ProcessBuilder   java热点JVM阵列分配   在数组中存储“inputdialog”数据的java   saml Java Inflater引发DataFormatException“无效代码长度集”   从集合(爬虫、Jsoup、Java)写入文件