Skip to content

monetha/utility-contracts

Repository files navigation

utility-contracts Build Status

Building the source

Prerequisites

  1. Make sure you have Git installed.
  2. 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

Build and test

Install dependencies:

npm install

Compile contracts:

npm run compile

Run the tests:

npm run automate-test