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