Welcome to WildBitTool. This is an evolving tool kit.
- Create a new bitcoin address
- Read-access to the dockerhub nchain/rnd-prototyping-wildbittool - request to be added to the group rndprototypingro
- Docker installed on your machine
Optional:
- Read-access to the wildbittool-dev Github repository
Try running the help command:
./wbt.sh -h
When you run a command docker will check if you have the image locally. If you do not then it will first pull the latest image from Docker Hub.
Docker will then run the image passing in your command line parameters, execute the code, and return any output.
git clone git@github.com:nchain-innovation/wildbittool-dev.git
To build the docker image locally, please exectue the command below.
./build.shTo run the unit tests:
cd tests
python3 run_all.py
To get test coverage reports:
python3 -m coverage run -m run_all
python3 -m coverage report | grep "/wild-bit-tool-dev/src"