Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 856 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 856 Bytes

An Ethereum Block Explorer

View Live

Built using:

  • Web3
  • React
  • React Router
  • Masonry

Features:

  • Animated block explorer
  • Dynamic search by block number, block hash, transaction hash, or address
  • Responsive design
  • Infinite scroll

Screenshots

New Block Added

Animated Blocks

Dynamic Search

Dynamic Search

Infinite Scroll

Infinite Scroll

Installation:

# clone repo
git clone https://github.com/RyanRHall/block_explorer.git & cd block_explorer
# install dependencies
npm install
# build and start development server (this will take a few seconds to start!)
npm run server