Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 443 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 443 Bytes

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