I've built a simple ethereum blockchain explorer. See the steps below to test the application on your local enviroment.
- Clone this repository by running git clone.
- Create .env file in the root folder with API key from Etherscan or other node provide like Infura and NodeReal.
- Run
npm install
to generate yournode_modules
folder and download all necessary packages. - Then run
npm start
to check the web app and start coding.