mirror of
https://github.com/tornadocash/tornado-governance
synced 2024-02-02 14:53:55 +01:00
.github/workflows | ||
contracts | ||
resources | ||
scripts | ||
tasks | ||
test | ||
.editorconfig | ||
.env.example | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
.solhint.json | ||
hardhat.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
truffle-config.js | ||
yarn-error.log | ||
yarn.lock |
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