https://github.com/autonomoussoftware/metronome-synth-public
https://github.com/autonomoussoftware/metronome-synth-public
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/autonomoussoftware/metronome-synth-public
- Owner: autonomoussoftware
- License: mit
- Created: 2023-01-11T19:31:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T15:22:08.000Z (over 1 year ago)
- Last Synced: 2024-12-16T17:01:33.730Z (about 1 year ago)
- Language: TypeScript
- Size: 21.7 MB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audits/20221220-Metronome.Synth.-.finalReport (3).pdf
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)