forked from tornadocash/classic-ui
User interface for Tornado Cash Classic.
.github/workflows | ||
abis | ||
assets | ||
components | ||
constants | ||
langs | ||
layouts | ||
lib | ||
middleware | ||
modules | ||
pages | ||
plugins | ||
services | ||
static | ||
store | ||
utils | ||
.babelrc | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
app.html | ||
Dockerfile | ||
ipfsUpload.js | ||
jest.config.js | ||
LICENSE | ||
netlify.toml | ||
networkConfig.js | ||
nuxt.config.js | ||
package.json | ||
README.md | ||
updateEncryptedEvents.js | ||
updateEvents.js | ||
updateTree.js | ||
updateZip.js | ||
yarn.lock |
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.