blockchain-dev-tools icon indicating copy to clipboard operation
blockchain-dev-tools copied to clipboard

Blockchain Development Tools

trafficstars

blockchain-dev-tools

Blockchain Development Tools

Installation

virtualenv blockchain && cd blockchain
git clone https://github.com/JBaczuk/blockchain-dev-tools.git && cd blockchain-dev-tools
./INSTALL.sh
cd ..
source bin/activate
pip install ecdsa

Alternatively, copy all of the *.py files except blockchain_fundamentals.py into the python bin folder, and the blockchain_fundamentals.py file into the python lib folder.