tornado-governance/README.md

14 lines
392 B
Markdown
Raw Normal View History

2021-11-08 21:22:55 +01:00
# tornado-governance
2020-12-15 16:07:50 +01:00
2021-11-08 21:22:55 +01:00
## Description
This repository holds all the tornado.cash governance upgrade and original governance contracts.
The highest governance version right now is version 2, which includes a gas and vault upgrade.
2020-12-15 16:07:50 +01:00
2021-11-08 21:22:55 +01:00
## Setup
```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
```