Go to file
Alexey 137c095b80 fix CI 2021-09-08 14:39:35 +03:00
.github/workflows fix CI 2021-09-08 14:39:35 +03:00
contracts add virtual keyword to functions for governance upgrade 2021-09-08 12:28:28 +02:00
lib initial 2020-12-15 18:07:50 +03:00
scripts initial 2020-12-15 18:07:50 +03:00
test test fix 2021-09-08 14:27:40 +03:00
.editorconfig initial 2020-12-15 18:07:50 +03:00
.eslintrc initial 2020-12-15 18:07:50 +03:00
.gitattributes initial 2020-12-15 18:07:50 +03:00
.gitignore initial 2020-12-15 18:07:50 +03:00
.prettierignore initial 2020-12-15 18:07:50 +03: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 publish to npm 2020-12-15 22:06:24 +03:00
flat.sh initial 2020-12-15 18:07:50 +03:00
package.json bump version 2021-09-08 14:30:46 +03:00
truffle-config.js tidy 2020-12-15 21:53:16 +03:00
yarn.lock yarn lock 2020-12-15 21:24:23 +03:00

README.md

Tornado.Cash Governance Build Status npm

Usage:

yarn
cp .env.example .env
yarn test

How to upgrade implementation

  1. Make sure once you deploy new Governance implementation, call initialize methods right after it.