Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

58 lines (39 loc) · 1.13 KB

Contributing

Building with Docker

Prerequisites

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

Building and installing the binary

docker build . --target builder

Running the unit tests

docker build . --target tester

Building directly on host

Prerequisites

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

Building and installing the binary

stack install

Running the unit tests

stack test