It includes different scripts to use the bitcash
module for python.
It allows to generate new addresses as well as backup, send
and perform multiple transactions at the same time.
This project includes the following scripts:
- main.py - getting started script exploring the basic key() methods
- satoshi_shotgun.py - perform multiple transactions
- show_pair.py - explore the pairity with the USD and/or EUR fiat
- blockchain_data.py - insert text on the UTXO and into the blockchain
You need to have python 3 and the module bitcash module, which you can install using pip.