JBaczuk / blockchain-dev-tools

Blockchain Development Tools
GNU General Public License v2.0
6 stars 10 forks source link

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.