Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.83 KB

File metadata and controls

32 lines (23 loc) · 1.83 KB

Blockchain-explorer-Etherescan_clone

@Dev/Editor: Pavan Ananth Sharma & Siddarth Raj

Project overview:

This is the smaller or lighter version of popular blockchain explorer Ether scan, but this is a lighter version of it, this runs on simple Javascript which mainly uses web3 and a simple "Migration. sol" written in Solidity programming language & a little bit of HTML to structure the web application. One advantage is that you will not need Metamask for running or deploying this webpage.


Project dependency:

  1. Truffe.
  2. Node jS.
  3. VsCode(Not compulsory).
  4. Infura Mainnet ID and your KEY.

How to use this code:

  • First of all, you will need to clone this repository
  • Open this file in your favourite text editor.
  • Open the terminal inside the file and type: npm install.
  • Wait for the dependency to get downloaded, it will take a few seconds (depends on multiple factors).
  • Then in the same terminal run the code: npm run start, if you have followed all the steps all the dependencies from the package.json file which have been downloaded run on your browser (mostly localhost, port 3000).
  • All good!!