mirror of
https://github.com/tornadocash/relayer-registry.git
synced 2025-01-15 23:47:58 +01:00
15 lines
284 B
Markdown
15 lines
284 B
Markdown
# Tornado cash relayer registry [![Build Status](https://github.com/tornadocash/relayer-registry/workflows/build/badge.svg)](https://github.com/tornadocash/relayer-registry/actions)
|
|
|
|
## Dependencies
|
|
|
|
1. node 14
|
|
2. yarn
|
|
|
|
## Start
|
|
|
|
```bash
|
|
$ yarn
|
|
$ cp .env.example .env
|
|
$ yarn test
|
|
```
|