relayer-registry/README.md

15 lines
284 B
Markdown
Raw Normal View History

2021-08-11 17:04:24 +02:00
# Tornado cash relayer registry [![Build Status](https://github.com/tornadocash/relayer-registry/workflows/build/badge.svg)](https://github.com/tornadocash/relayer-registry/actions)
2021-08-10 12:48:34 +02:00
## Dependencies
1. node 14
2. yarn
## Start
```bash
$ yarn
$ cp .env.example .env
2021-08-11 17:04:24 +02:00
$ yarn test
2021-08-10 12:48:34 +02:00
```