A starter dapp set up ready to go to make frontends in Svelte for the Taiko network.
pnpm install
pnpm start
You can use the following values in the .env
file to spin up the Starter dapp locally.
VITE_NODE_ENV=dev
VITE_L1_RPC_URL="https://rpc.sepolia.org/"
VITE_L2_RPC_URL="https://rpc.a2.taiko.xyz/"
VITE_L1_EXPLORER_URL="https://sepolia.etherscan.io/"
VITE_L2_EXPLORER_URL="https://explorer.a2.taiko.xyz/"
VITE_MAINNET_CHAIN_ID=11155111
VITE_TAIKO_CHAIN_ID=167004
VITE_MAINNET_CHAIN_NAME="Sepolia"
VITE_TAIKO_CHAIN_NAME="Taiko A2"
VITE_APP_NAME="Starter"