Install packages:
yarnSetup a .env.local file:
cp .env.local.example .env.localAnd add the correct variables:
NEXT_PUBLIC_ETH_GAS_API_KEY=
NEXT_PUBLIC_BLOCKNATIVE_API=Then, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.