- Install dependencies with
yarn
- Download essential ZK files with
yarn download-zk-files
- Run the server with
yarn start
Name | Description |
---|---|
VITE_ENCRYPT_KEY |
Secret key to encrypt local storage (defaults to SECRET_KEY ) |
VITE_SEAL_HUB_CONTRACT |
Sealhub contract address (defaults to @bwl/constants) |
VITE_SEAL_HUB_PROVER_ADDRESS |
Address of the centralized prover (defaults to @bwl/constants) |
VITE_GSN_PAYMASTER_CONTRACT_ADDRESS |
GSN Paymaster contract address (defaults to @bwl/constants) |
VITE_GSN_SC_RELAY |
Relay URL (defaults to @bwl/constants) |
VITE_ETH_RPC |
ETH RPC URL (defaults to @bwl/constants) |
VITE_WALLETCONNECT_PROJECT_ID |
Wallet Connect Project id |
Also, please, consider looking at .env.sample
.
yarn build
— builds the app for production to thedocs
folderyarn lint
— checks if the code is linted and formattedyarn start
— runs the app in the development modeyarn generate-css-types
— generates the CSS types fortailwind-css