An open API service indexing awesome lists of open source software.

https://github.com/autonomoussoftware/metronome-synth-public


https://github.com/autonomoussoftware/metronome-synth-public

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Metronome Synth

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

## Setup

1. Install

```sh
npm i
```

2. set NODE_URL in env

```sh
export NODE_URL=
```

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

3. Test

```sh
npm t
```

## Run test with coverage

```sh
npm run coverage
```

### Deploy

See deployment [documentation](./docs/deployments.md)