Proposal to decentralize Tornado Cash source code via IPFS on ENS domains
data | ||
lib | ||
scripts | ||
src | ||
test | ||
.env.bat.example | ||
.env.example | ||
.gitignore | ||
.gitmodules | ||
.nvmrc | ||
foundry.toml | ||
package.json | ||
README.md | ||
remappings.txt | ||
tsconfig.json |
Proposal to update Tornado IPFS hashes in ENS
Changes / effect description
- 1
- 2
- ...
Requirements
- Rust (Need only for Windows)
- Foundryup (Windows, Linux)
- Node 20 or higher (Windows, Linux)
Installation
git clone --recurse-submodules <proposal-repo-link>
cd <proposal-name>
npm install
npm run init
Testing
npm run test:windows
or
npm run test:linux