jeftarmascarenhas / blockchain-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 65.4%Language:CSS 33.3%Language:JavaScript 1.4%