User interface for Tornado Cash Nova.
Go to file
Theo bb46f01dcf Merge pull request 'Use Subgraph & Batched Events' (#3) from tornadocontrib/nova-ui:events-simple into master
Reviewed-on: #3
2024-05-09 00:34:30 +03:00
_contracts initialise 2022-12-04 07:02:30 +01:00
abi initialise 2022-12-04 07:02:30 +01:00
assets Use cached events from frontend and workers 2024-05-08 20:19:02 +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 Не Валяй Дурака, Америка! 2024-05-08 20:19:02 +00: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 Use cached events from frontend and workers 2024-05-08 20:19:02 +00:00
static Create Events Cache 2024-05-08 20:19:02 +00:00
store Не Валяй Дурака, Америка! 2024-05-08 20:19:02 +00: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 Update README.md 2024-05-08 20:22:21 +00: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 Build worker by additional webpack config and transpile services by hand 2024-05-08 20:13:37 +00:00
package.json Create Events Cache 2024-05-08 20:19:02 +00:00
tsconfig.json initialise 2022-12-04 07:02:30 +01:00
webpack.config.js Create Events Cache 2024-05-08 20:19:02 +00:00
yarn.lock Create Events Cache 2024-05-08 20:19:02 +00:00

tornado-new

Build Setup

If you use the latest Node.js version, you should modify your NODE_OPTIONS env

export NODE_OPTIONS="--openssl-legacy-provider"
# install dependencies
$ yarn install

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

# generate static project
$ yarn generate

# serve with hot reload at localhost:3000
# should do yarn build first if worker files are changed
$ yarn dev

# update cached events from node & subgraphs
$ yarn update:events

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