abhi1506manu / Etherscan-Clone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 72.9%Language:CSS 27.1%