Skip to content

HAL-xyz/gelato-test

Repository files navigation

Getting Started

Install packages:

yarn

Setup a .env.local file:

cp .env.local.example .env.local

And add the correct variables:

NEXT_PUBLIC_ETH_GAS_API_KEY=
NEXT_PUBLIC_BLOCKNATIVE_API=

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.