## 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 `
Release files for steemtools 1.0.15
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| steemtools-1.0.15.tar.gz | 14.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| steemtools-1.0.15-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.4 kB
Release files / steemtools-1.0.15.tar.gz
| Download URL | steemtools-1.0.15.tar.gz |
|---|---|
| Size | 14.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc666ac3f35f42ff16fab326a027a4757bb79545e9ad64280a727b983c6b6ba1
|
|
BLAKE2b-256 checksum How to use checksums |
6e5abcd6e49234ed0170e2276ef0bcda3a0cdff6f32ef208a48330edc9188a3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / steemtools-1.0.15-py3-none-any.whl
| Download URL | steemtools-1.0.15-py3-none-any.whl |
|---|---|
| Size | 11.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cdbe3ce8423b389537c26262c5e1ef5489ae364fa2177a68d6c9bcfede724088
|
|
BLAKE2b-256 checksum How to use checksums |
035e90ccad9b451f148a04bcfcdf1f716f68edf558fccc5f2343e8c8fa2bbfcb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |