This guide assumes you have installed the following development tools for your operating system:
git clone https://github.com/tochicool/bitcoin-dca
cd bitcoin-dca
docker build . --target builder
docker build . --target tester
This guide assumes you have installed the following development tools and libraries for your operating system:
git clone https://github.com/tochicool/bitcoin-dca
cd bitcoin-dca
stack install
stack test