- Make sure you have Git installed.
- Install Node.js or use node in docker by running the following command from the project directory:
$ docker run -it --rm -v "$PWD":/project -w /project node:9.11.2 /bin/bash
Install dependencies:
npm install
Compile contracts:
npm run compile
Run the tests:
npm run automate-test