Skip to content

rico0610/simple-eth-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BDB2022 Week 6 Exercise of SparkPoint

I've built a simple ethereum blockchain explorer. See the steps below to test the application on your local enviroment.

Setup

  1. Clone this repository by running git clone.
  2. Create .env file in the root folder with API key from Etherscan or other node provide like Infura and NodeReal.
  3. Run npm install to generate your node_modules folder and download all necessary packages.
  4. Then run npm start to check the web app and start coding.

Demo App: https://simple-eth-explorer-zeta.vercel.app/