Tornado Cash Classic UI
Go to file
Danil Kovtonyuk 69b1f7e959 fix: file format 2022-04-22 16:13:28 +10:00
.github fix: file format 2022-04-22 16:13:28 +10:00
abis init 2022-04-22 13:14:19 +10:00
assets init 2022-04-22 13:14:19 +10:00
components init 2022-04-22 13:14:19 +10:00
constants init 2022-04-22 13:14:19 +10:00
langs fix: update translations 2022-04-22 13:59:22 +10:00
layouts init 2022-04-22 13:14:19 +10:00
lib init 2022-04-22 13:14:19 +10:00
middleware init 2022-04-22 13:14:19 +10:00
modules init 2022-04-22 13:14:19 +10:00
pages init 2022-04-22 13:14:19 +10:00
plugins init 2022-04-22 13:14:19 +10:00
services init 2022-04-22 13:14:19 +10:00
static init 2022-04-22 13:14:19 +10:00
store init 2022-04-22 13:14:19 +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 init 2022-04-22 13:14:19 +10:00
app.html init 2022-04-22 13:14:19 +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 init 2022-04-22 13:14:19 +10:00
nuxt.config.js init 2022-04-22 13:14:19 +10:00
package.json init 2022-04-22 13:14:19 +10:00
updateEncryptedEvents.js init 2022-04-22 13:14:19 +10:00
updateEvents.js init 2022-04-22 13:14:19 +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 init 2022-04-22 13:14:19 +10:00

README.md

tornadocash ui

UI for non-custodial Ethereum Privacy solution

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

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