bitcoinmw

Required Dependencies (ubuntu minimal instructions):

1.) Apt install one-liner
# sudo apt update && sudo apt install -y git gcc binutils make autoconf automake libtool m4 texinfo

Install:

1.) Check out the project
# git clone https://github.com/cgilliard/bitcoinmw

2.) cd into the directory
# cd bitcoinmw

3.) Build the GMP library
# ./build gmp

4.) Build secp256k1-zkp library
# ./build secp256k1

5.) Build zlib library
# ./build zlib

5.) Build the project
# ./build

6.) Tests:
# ./build test
# ./build gmptest
# ./build secp256k1test
# ./build zlibtest

7.) Code Coverage:
# ./build cov