This repository contains set of smart contracts and test cases of Metronome Synth
-
Install
npm i
-
set NODE_URL in env
export NODE_URL=<eth mainnet url>
or by creating a
.env
file (use.env.template
as reference) -
Test
npm t
npm run coverage
See deployment documentation