This is a Next.js app that implements an Ethereum address explorer. A user can put an ethereum address and get the current balance and recent transactions.
First, install the dependencies:
npm install
Copy .env.local.example to .env.local and put the environment variables.
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This application is deployed on vercel - https://ethereum-address-explorer-steel.vercel.app