Tornado Cash Classic UI
Go to file
Danil Kovtonyuk 8fbbe4c67b
Merge pull request #14 from tornadocash/audit
fix: audit
2022-06-15 16:39:41 +10:00
.github fix: file format 2022-04-22 16:13:28 +10:00
abis fix: calculate optimism l1 fee 2022-05-30 20:33:54 +10:00
assets feat: add WalletConnect reconnect dialog 2022-05-31 00:39:30 +10:00
components Merge branch 'master' into audit 2022-06-15 16:37:28 +10:00
constants fix: calculate optimism l1 fee 2022-05-30 20:33:54 +10:00
langs fix: inline script to file 2022-06-13 17:58:35 +10:00
layouts fix: audit 2022-06-13 17:58:35 +10:00
lib init 2022-04-22 13:14:19 +10:00
middleware fix: audit 2022-06-13 17:58:35 +10:00
modules feat: data-test 2022-06-15 16:32:38 +10:00
pages Merge branch 'master' into audit 2022-06-15 16:37:28 +10:00
plugins fix: remove comments 2022-06-13 17:58:35 +10:00
services fix: event service in Firefox 2022-04-27 12:02:42 +10:00
static return app.html 2022-06-13 20:49:00 +10:00
store Merge branch 'master' into audit 2022-06-15 16:37:28 +10:00
utils init 2022-04-22 13:14:19 +10:00
.babelrc init 2022-04-22 13:14:19 +10:00
.env.example init 2022-04-22 13:14:19 +10:00
.eslintrc.js init 2022-04-22 13:14:19 +10:00
.gitignore init 2022-04-22 13:14:19 +10:00
.nvmrc init 2022-04-22 13:14:19 +10:00
.prettierrc init 2022-04-22 13:14:19 +10:00
Dockerfile init 2022-04-22 13:14:19 +10:00
LICENSE init 2022-04-22 13:14:19 +10:00
README.md update README 2022-06-15 16:31:09 +10:00
app.html return app.html 2022-06-13 20:49:07 +10:00
ipfsUpload.js init 2022-04-22 13:14:19 +10:00
jest.config.js init 2022-04-22 13:14:19 +10:00
netlify.toml init 2022-04-22 13:14:19 +10:00
networkConfig.js fix: gnosis rpc 2022-06-13 21:38:04 +10:00
nuxt.config.js fix: add worker csp 2022-06-14 20:22:23 +10:00
package.json bump wallet connect 2022-06-13 21:37:40 +10:00
updateEncryptedEvents.js init 2022-04-22 13:14:19 +10:00
updateEvents.js fix: update events 2022-05-31 13:32:04 +10:00
updateTree.js init 2022-04-22 13:14:19 +10:00
updateZip.js init 2022-04-22 13:14:19 +10:00
yarn.lock bump wallet connect 2022-06-13 21:37:40 +10:00

README.md

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_Сlassic_dApp_audit_Decurity.pdf