6 Commits

Author SHA1 Message Date
4bfb781eff Update README.md 2024-05-08 20:22:21 +00:00
41a9a75036 Не Валяй Дурака, Америка! 2024-05-08 20:19:02 +00:00
8fcb9ed387 Use cached events from frontend and workers 2024-05-08 20:19:02 +00:00
8e84cd651c Create Events Cache 2024-05-08 20:19:02 +00:00
c57631ebfb Use subgraphs to fetch nullifier and commitments 2024-05-08 20:18:57 +00:00
355e1e88ce Build worker by additional webpack config and transpile services by hand
Either ts-loader or babel-loader to bundle workers didn't work properly so I transpiled them by hand
2024-05-08 20:13:37 +00:00
4 changed files with 9 additions and 64481 deletions

View File

@@ -12,15 +12,19 @@ export NODE_OPTIONS="--openssl-legacy-provider"
# install dependencies # install dependencies
$ yarn install $ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server # build for production and launch server
$ yarn build $ yarn build
$ yarn start $ yarn start
# generate static project # generate static project
$ yarn generate $ 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](https://nuxtjs.org). For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long