Skip to content

Chris9883/block-explorer

Repository files navigation

Ethereum Block Explorer

Week 3 project submission for the Alchemy University Blockchain Developer Bootcamp.

Project Description

Functionality:

  • display the latest blocks with transactions
  • user can search for blocks by looking up the block number or hash
  • user can look up completed transactions by entering the transaction hash
  • explore addresses by looking up the address or ENS name
  • show NFTs owned by an address
  • display current gas price

Demo

Built with

Run locally

After cloning this repo,

  • cd into the base directory: cd block-explorer
  • Run npm install to install all the depedencies
  • Create a .env file by running touch .env
  • Sign up for a free Alchemy API key and copypaste this line into your .env file: ALCHEMY_API_KEY="<-- enter your api key -->", replacing <-- enter your api key --> with your API key
  • Run npm run dev to start the application and open http://localhost:3000 in your browser

About

Alchemy University Week 3 submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published