OSDN Git Service

docs(readme): modify project readme
[bytom/bytom-spanner.git] / README.md
1 # btm-spanner
2 Python based Bytom wallet tools
3
4 Requirements: Python 3.x, with requests package
5
6 Dependencies:
7    ```
8     pip install requests
9    ```
10 Prepare:
11    ```
12     bytomd init --chain_id mainnet
13    ```
14    If you don't know how to run bytomd please check this [wiki](https://github.com/Bytom/bytom/wiki/Build-and-Install)
15
16 ## [btm-sender](https://github.com/Bytom/btm-spanner/blob/master/btmsender/README.md)