User interface for Tornado Cash Nova.
Go to file
Tornado Contrib b57a27a28f
Remove graph service that would cause OOM during builds
2024-05-07 09:21:03 +00:00
_contracts initialise 2022-12-04 07:02:30 +01:00
abi initialise 2022-12-04 07:02:30 +01:00
assets Remove graph service that would cause OOM during builds 2024-05-07 09:21:03 +00:00
components initialise 2022-12-04 07:02:30 +01:00
constants Change RPC endpoints to self-hosted 2024-05-05 01:49:51 -07:00
containers initialise 2022-12-04 07:02:30 +01:00
contracts initialise 2022-12-04 07:02:30 +01:00
layouts initialise 2022-12-04 07:02:30 +01:00
modals Use self-hosted AMB Live Explorer for crosschain transactions 2023-06-16 16:46:21 -07:00
pages initialise 2022-12-04 07:02:30 +01:00
plugins initialise 2022-12-04 07:02:30 +01:00
services Initial batch events 2024-05-07 05:50:32 +00:00
static Change RPC endpoints to self-hosted 2024-05-05 01:49:51 -07:00
store initialise 2022-12-04 07:02:30 +01:00
types Use self-hosted versions for core libraries 2023-09-12 04:32:02 -07:00
utilities Use self-hosted AMB Live Explorer for crosschain transactions 2023-06-16 16:46:21 -07:00
.env.example Add example for .env file with pinata.cloud keys for IPFS deployment 2023-06-01 09:56:40 -07:00
.gitignore Use self-hosted versions for core libraries 2023-09-12 04:32:02 -07:00
.npmrc Bump gas-price-oracle lib to resolve oracle CORS issues 2023-07-06 16:40:36 -07:00
.prettierrc Add prettier rules config (with existing repo format) 2023-06-16 15:24:16 -07:00
Dockerfile initialise 2022-12-04 07:02:30 +01:00
README.md initialise 2022-12-04 07:02:30 +01:00
app.html initialise 2022-12-04 07:02:30 +01:00
copyFile.ts Initial batch events 2024-05-07 05:50:32 +00:00
ipfsUpload.ts initialise 2022-12-04 07:02:30 +01:00
nuxt.config.ts Use self-hosted versions for core libraries 2023-09-12 04:32:02 -07:00
package.json Initial batch events 2024-05-07 05:50:32 +00:00
tsconfig.json initialise 2022-12-04 07:02:30 +01:00
yarn.lock Initial batch events 2024-05-07 05:50:32 +00:00

tornado-new

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, check out Nuxt.js docs.