Skip to content

Latest commit

 

History

History
33 lines (12 loc) · 609 Bytes

README.md

File metadata and controls

33 lines (12 loc) · 609 Bytes

Ethereum Block Explorer

Minimal and simple mobile-first, real-time Ethereum block explorer.

Features:

  • See the latest Ethereum blocks.
  • Inspect blocks to see their transactions.
  • Inspect transactions to see more details.

Run the App

To run the project locally, from the project directory run:

yarn start

Libraries and frameworks

Ethers.js - Ethereum wallet implementation and utilities to connect to the blockchain. All styles and animations were done with pure css and CSS modules to scope the classes locally.