Go to file
Tisamenus f13858761c add version 2 2021-11-08 21:22:55 +01:00
.github/workflows add version 2 2021-11-08 21:22:55 +01:00
contracts add version 2 2021-11-08 21:22:55 +01:00
resources add version 2 2021-11-08 21:22:55 +01:00
scripts add version 2 2021-11-08 21:22:55 +01:00
tasks add version 2 2021-11-08 21:22:55 +01:00
test add version 2 2021-11-08 21:22:55 +01:00
.editorconfig add version 2 2021-11-08 21:22:55 +01:00
.env.example add version 2 2021-11-08 21:22:55 +01:00
.eslintrc add version 2 2021-11-08 21:22:55 +01:00
.gitattributes initial 2020-12-15 18:07:50 +03:00
.gitignore add version 2 2021-11-08 21:22:55 +01:00
.nvmrc add version 2 2021-11-08 21:22:55 +01:00
.prettierignore add version 2 2021-11-08 21:22:55 +01:00
.prettierrc initial 2020-12-15 18:07:50 +03:00
.solhint.json initial 2020-12-15 18:07:50 +03:00
LICENSE initial 2020-12-15 18:07:50 +03:00
README.md add version 2 2021-11-08 21:22:55 +01:00
hardhat.config.js add version 2 2021-11-08 21:22:55 +01:00
package.json add version 2 2021-11-08 21:22:55 +01:00
truffle-config.js tidy 2020-12-15 21:53:16 +03:00
yarn-error.log add version 2 2021-11-08 21:22:55 +01:00
yarn.lock add version 2 2021-11-08 21:22:55 +01:00

README.md

tornado-governance

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.

Setup

git clone https://github.com/tornadocash/tornado-governance.git
yarn
cp .env.example .env # you must enter your details into .env
yarn test