Metronome Synth

This repository contains set of smart contracts and test cases of Metronome Synth

Setup

  1. Install

    npm i
  2. set NODE_URL in env

    export NODE_URL=<eth mainnet url>

    or by creating a .env file (use .env.template as reference)

  3. Test

npm t

Run test with coverage

npm run coverage

Deploy

See deployment documentation