Python Utilities for parsing STEEM blockchain
Project description
## Install a local node (optional) Pull the docker images: ` docker pull teego/steem-wallet docker pull teego/steem-blockchain `
Initiate the blockchain image: ` docker create --name steem-blockchain teego/steem_blockchain /bin/true `
Run our node: ` docker run --name steem-node --rm -it --volumes-from steem-blockchain -v ~/steem/node.config.ini:/witness_node_data_dir/config.ini -p 8090:8090 teego/steem-wallet ` Note: You can find the `node.config.ini` in `steemtools/sample`.
You can also pass custom parameters by appending this to the previous command: ` /usr/local/bin/steemd --rpc-endpoint = 0.0.0.0:8090 --replay `
Get into CLI Wallet (optional): ` docker exec -it steem-wallet /usr/local/bin/cli_wallet `
## Install Development branch of Piston (optional)
Casual: pip install steem-piston
Master: ` pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/piston@master pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/python-steemlib@master pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/python-graphenelib@master `
Develop: ` pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/piston@develop pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/python-steemlib@develop pip install --upgrade --no-deps --force-reinstall git+git://github.com/xeroc/python-graphenelib@develop `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file steemtools-1.tar.gz.
File metadata
- Download URL: steemtools-1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3f7ddac40cacba84a717d4b8df81892e82f7160fce1dadec749a4fbe66dfb04
|
|
| MD5 |
7d8597f42a7ce8353e400cd74310fd53
|
|
| BLAKE2b-256 |
689a3ee010f720f91212d6db294cb6d24dab9ccd03f5c40d9b0dc25a8d120226
|
File details
Details for the file steemtools-1-py3-none-any.whl.
File metadata
- Download URL: steemtools-1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca6384a0a35ddd743599011cecd461a899692d73e3cde3809ab3c7ccd446d595
|
|
| MD5 |
c9ce25baf908b96a6bd9fc088084e1c2
|
|
| BLAKE2b-256 |
152728ed0ceeb29d386ff94c4aefe5e5db565f0a479f7383fc80e77e5265ed96
|