Blockchain Explorer

Explorer to any EVM blockchain compatible

There are two branchs main and full-example, use the branch main to do the tutorial on YouTube

See how I did this blockchain explorer - Click here

Getting Started

First, run the development server:

yarn
# or
yarn install
npm run dev
# or
yarn dev
# or
pnpm dev

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

Project is using

  • Nextjs 13.4.4
  • Ethersjs 6.4.2