moneywagon
Universal bitcoin/altcoin blockchain client library for Python and the command line
File Explorer
Download Latest Version (.zip)- moneywagon
- __init__.py
- blockchain_services.py
- exchange_services.py
- __init__.py
- arbitrage.py
- bip38.py
- blocktime_adjustments.py
- core.py
- crypto_data.py
- crypto_data_extractor.py
- currency_support.py
- decomissioned_services.py
- historical_price.py
- mcaf.py
- network_replay.py
- onchain_exchange.py
- superthin.py
- supply_estimator.py
- tx.py
- wallet.py
- .gitignore
- do_release.py
- LICENSE
- MANIFEST.in
- README.md
- setup.py
- setup_template.py
- tests.py
- whitepaper.md
# Installation Guide
1. Get the code
git clone https://github.com/priestc/moneywagon
Downloads the entire project code from GitHub to your computer.
cd moneywagon
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install scrypt
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install pycrypto
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install moneywagon
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
