relayer-registry/README.md
2021-08-11 18:04:24 +03:00

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
```