Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 531 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 531 Bytes

Ethereum Blockchain Visualizer

Demo

https://eth-viewer-ff098.web.app/

cap

Development

npm install

npm start

subscribe ethereum real-time events

you need to set HTTP and WSS provider url to .env file as below.

example

REACT_APP_HTTP_PROVIDER="https://mainnet.infura.io/v3/PROJECT_ID"
REACT_APP_WSS_PROVIDER="wss://mainnet.infura.io/ws/v3/PROJECT_ID"

Build

npm run build