User interface for Tornado Cash Nova.
Go to file
Theo e4b7ced4d3 Add example for .env file with pinata.cloud keys for IPFS deployment 2023-06-01 09:56:40 -07:00
_contracts initialise 2022-12-04 07:02:30 +01:00
abi initialise 2022-12-04 07:02:30 +01:00
assets initialise 2022-12-04 07:02:30 +01:00
components initialise 2022-12-04 07:02:30 +01:00
constants Update explorers 2023-06-01 07:23:10 -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 Update explorers 2023-06-01 07:23:10 -07:00
pages initialise 2022-12-04 07:02:30 +01:00
plugins initialise 2022-12-04 07:02:30 +01:00
services Change workers: Now they are automatically rebuilt each time 2023-06-01 07:26:51 -07:00
static Change workers: Now they are automatically rebuilt each time 2023-06-01 07:26:51 -07:00
store initialise 2022-12-04 07:02:30 +01:00
types Update explorers 2023-06-01 07:23:10 -07:00
utilities Update explorers 2023-06-01 07:23:10 -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 Add gitignore 2023-06-01 07:27:03 -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
ipfsUpload.ts initialise 2022-12-04 07:02:30 +01:00
nuxt.config.ts initialise 2022-12-04 07:02:30 +01:00
package.json initialise 2022-12-04 07:02:30 +01:00
tsconfig.json initialise 2022-12-04 07:02:30 +01:00
yarn.lock initialise 2022-12-04 07:02:30 +01: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.