Build Status codecov

Code Challenge: Blockchain

Check out your wallet and mine minacoins.

Setup

Run npm install in ./Blockchain-JS/ inside the Blockchain-JS folder.

Build

Run npm run build ./Blockchain-JS/ to build.

Start

Run npm run start ./Blockchain-JS/ to start.

Test

Run npm run test ./Blockchain-JS/ to test. Run Jasmine npm run test:coverage ./Blockchain-JS/ to test with coverage.

Docker

Run ./start.sh to start a docker container.

You need to have Docker installed and running.