Required Dependencies (ubuntu instructions):
1.) Apt install one-liner
# sudo apt update && sudo apt install -y git gcc
Install:
1.) Check out the project
# git clone https://github.com/cgilliard/bitcoinmw
2.) cd into the directory
# cd bitcoinmw
5.) Build the project
# ./build
6.) Tests:
# ./build test
7.) Code Coverage:
# ./build cov