It uses Nuxt3, tailwind and netlify lambdas.
Make sure to install the dependencies:
# bun
bun install
Start the development server on http://localhost:3000
:
# bun
bun dev
Start the development server on http://localhost:8888
:
# bun
bun nifty
Build the application for production:
# bun
bun build
Locally preview production build:
# bun
bun preview
## Anvil (locally)
VITE_RPC_URL="http://localhost:8545"
VITE_CHAIN_ID=31337
## Base Sepolia (testnet)
VITE_RPC_URL="https://sepolia.base.org/"
VITE_CHAIN_ID=84532
## HAM
VITE_RPC_URL="https://rpc.ham.fun/"
VITE_CHAIN_ID=5112