User interface for Tornado Cash Classic.
Go to file
2022-10-13 15:50:29 +02:00
.github minor fixes 2022-10-13 15:50:29 +02:00
abis minor fixes 2022-10-13 15:50:29 +02:00
app minor fixes 2022-10-13 15:50:29 +02:00
assets minor fixes 2022-10-13 15:50:29 +02:00
components minor fixes 2022-10-13 15:50:29 +02:00
constants minor fixes 2022-10-13 15:50:29 +02:00
langs minor fixes 2022-10-13 15:50:29 +02:00
layouts minor fixes 2022-10-13 15:50:29 +02:00
lib minor fixes 2022-10-13 15:50:29 +02:00
middleware minor fixes 2022-10-13 15:50:29 +02:00
modules minor fixes 2022-10-13 15:50:29 +02:00
pages minor fixes 2022-10-13 15:50:29 +02:00
plugins minor fixes 2022-10-13 15:50:29 +02:00
scripts minor fixes 2022-10-13 15:50:29 +02:00
services minor fixes 2022-10-13 15:50:29 +02:00
static minor fixes 2022-10-13 15:50:29 +02:00
store minor fixes 2022-10-13 15:50:29 +02:00
utils minor fixes 2022-10-13 15:50:29 +02:00
.babelrc minor fixes 2022-10-13 15:50:29 +02:00
.env.example minor fixes 2022-10-13 15:50:29 +02:00
.eslintrc.js minor fixes 2022-10-13 15:50:29 +02:00
.gitignore minor fixes 2022-10-13 15:50:29 +02:00
.nvmrc minor fixes 2022-10-13 15:50:29 +02:00
.prettierrc minor fixes 2022-10-13 15:50:29 +02:00
app.html minor fixes 2022-10-13 15:50:29 +02:00
Dockerfile minor fixes 2022-10-13 15:50:29 +02:00
jest.config.js minor fixes 2022-10-13 15:50:29 +02:00
LICENSE minor fixes 2022-10-13 15:50:29 +02:00
netlify.toml minor fixes 2022-10-13 15:50:29 +02:00
networkConfig.js minor fixes 2022-10-13 15:50:29 +02:00
nuxt.config.js minor fixes 2022-10-13 15:50:29 +02:00
package.json minor fixes 2022-10-13 15:50:29 +02:00
README.md minor fixes 2022-10-13 15:50:29 +02:00
yarn.lock minor fixes 2022-10-13 15:50:29 +02:00

Tornado Cash Classic UI

UI for non-custodial Ethereum Privacy solution

Building locally

  • Install Node.js version 14
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
  • Install Yarn
  • Install dependencies: yarn
  • Copy the .env.example file to .env
    • Replace environment variables with your own personal.
  • Build the project to the ./dist/ folder with yarn generate.

Development builds

To start a development build (e.g. with logging and file watching) run yarn dev.

Deploy on IPFS

  • Make sure you set PINATA_API_KEY and PINATA_SECRET_API_KEY environment variables in .env
  • To deploy a production build run yarn deploy-ipfs.

Architecture

For detailed explanation on how things work, checkout Nuxt.js docs.

Audit

TornadoCash_Classic_dApp_audit_Decurity.pdf

Update cached files

  • For update deposits and withdrawals events use yarn update:events {chainId}
  • For update encrypted notes use yarn update:encrypted {chainId}
  • For update merkle tree use yarn update:tree {chainId}

NOTE!

After update cached files do not forget to use yarn update:zip

Example for Ethereum Mainnet:

yarn update:events 1
yarn update:encrypted 1
yarn update:tree 1

yarn update:zip

Example for Binance Smart Chain:

yarn update:events 56
yarn update:encrypted 56

yarn update:zip