See also: https://github.com/richardkiss/pycoin
Easy to install with pip.
python
$ pip install pycoin
Collecting pycoin
Downloading pycoin-0.70.tar.gz (98kB)
:
:
Successfully built pycoin
Installing collected packages: pycoin
Successfully installed pycoin-0.70
I wanted to prepare some samples, but the sample code below is easy to understand. You may also want to look at the pycoin test code.
https://github.com/bitcoinbook/bitcoinbook/blob/first_edition/code/pycoin_example.py
pycoin includes useful command line tools for manipulating keys, manipulating transactions and visualizing them.
Samples can be found at the following locations.
See also: https://github.com/richardkiss/pycoin/blob/master/COMMAND-LINE-TOOLS.md
Recommended Posts