Go to file
Drygin 74f38d68b0 v1/v2 tests 2022-03-15 11:21:22 +01:00
.github/workflows update CI 2021-11-19 18:16:36 +01:00
.vscode gov v2 refactored 2022-03-15 11:21:22 +01:00
contracts v1/v2 tests 2022-03-15 11:21:22 +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
test v1/v2 tests 2022-03-15 11:21:22 +01:00
.editorconfig add version 2 2021-11-08 21:22:55 +01:00
.env.example make it identical to mainnet; fix CI 2021-11-19 17:57:43 +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 v1/v2 tests 2022-03-15 11:21:22 +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 gov v2 refactored 2022-03-15 11:21:22 +01:00
LICENSE initial 2020-12-15 18:07:50 +03:00
README.md v1/v2 tests 2022-03-15 11:21:22 +01:00
hardhat.config.js v1/v2 tests 2022-03-15 11:21:22 +01:00
package.json v1/v2 tests 2022-03-15 11:21:22 +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 upgrades and original governance contracts.

Tests

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