This is a Next.js project bootstrapped with create-next-app.

Requirements

First, you need the following .env file for the demo to run.

    NEXT_PUBLIC_INFURA_ID=<your_infura_id_here>

then, install the dependencies:

yarn
#or
npm install

then, run the development server:

npm run dev
# or
yarn dev

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