Skip to content

It is a clone of Etherscan (Popular Ehereum Block Explorer). Where anyone can view details of latest blocks and transactions of a wallet address. Made using Node.js, Express, Next.js, TypeScript and Moralis API.

Notifications You must be signed in to change notification settings

nayak-nirmalya/etherscan-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Its a clone of Etherscan.

Running Project

First, add your Moralis API Key to .env file as shown in .env.example file inside backend folder.

cd into 'backend' folder then start express server:

cd backend
npm install
npm run start

open another terminal window and navigate to 'frontend' folder to run Next.js:

cd frontend
npm install
npm run dev

to build, run:

cd frontend
npm install
npm run build

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

Screenshots

HomePagePreview

HomePage

SearchResultPreview

SearchResult

About

It is a clone of Etherscan (Popular Ehereum Block Explorer). Where anyone can view details of latest blocks and transactions of a wallet address. Made using Node.js, Express, Next.js, TypeScript and Moralis API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published