tornado-governance/README.md

13 lines
297 B
Markdown
Raw Normal View History

2022-03-08 00:12:18 +01:00
# Tornado governance
2020-12-15 16:07:50 +01:00
2021-11-08 21:22:55 +01:00
## Description
2022-03-08 00:12:18 +01:00
This repository holds all the tornado.cash governance upgrades and original governance contracts.
2020-12-15 16:07:50 +01:00
2022-03-08 00:12:18 +01:00
## Tests
2021-11-08 21:22:55 +01:00
```bash
git clone https://github.com/tornadocash/tornado-governance.git
2020-12-15 16:07:50 +01:00
yarn
2021-11-08 21:22:55 +01:00
cp .env.example .env # you must enter your details into .env
2020-12-15 19:53:16 +01:00
yarn test
2021-11-08 21:22:55 +01:00
```