Skip to content

antons0l/ethereum-address-explorer

Repository files navigation

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.

image

Getting Started

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.

Deploy on Vercel

This application is deployed on vercel - https://ethereum-address-explorer-steel.vercel.app