Frontend playback Nextjs app for Giza hackathon
First, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
# build app
pnpm build
# run production build on localhost:3000
pnpm start
To run locally env vars are required, create .env.local
in the root directory, and add the following vars:
replace "redacted" with values
# .env.local
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID="redacted"
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_NAME="redacted"
NEXT_PUBLIC_ENABLE_TESTNETS="true"
This is a Next.js project bootstrapped with create-next-app
.