Skip to content

Etherscan is a popular Ethereum blockchain explorer that help user to access Ethereum transactions and blocks.

Notifications You must be signed in to change notification settings

abhi1506manu/Etherscan-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Etherscan-Clone - The Ethereum Blockchain Explorer

Screenshorts

etherscan1

etherscan2

Quickstart

  • Open your terminal and run the command
 $ git clone https://github.com/abhi1506manu/Etherscan-Clone.git
 $cd Etherscan-Clone
  • To install dependencies for backend
$ cd backend
$ npm install
  • To install dependencies for frontend
$ cd frontend
$ npm install
  • Create a .env file in the backend directory and add your moralis api-key
API_KEY = smajhbbxhsjsjiuhsx

Run frontend and backend concurrently

  • To run the backend
$ cd backend/
$ npm start

To run the frontend

$ cd frontend/
$ npm run dev

About

Etherscan is a popular Ethereum blockchain explorer that help user to access Ethereum transactions and blocks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published