Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 2.52 KB

README.md

File metadata and controls

91 lines (64 loc) · 2.52 KB

Contributors Forks Stargazers MIT License LinkedIn



Chain Explorer

Chain Explorer

About The Project

This application fetches the data from Energi's main network and shows selected parts.

Built With

  • NextJS
  • Web3.js
  • TailwindCSS

Features:

  • Show latest block number
  • Show chain Id
  • Show total difficulty
  • Show block miner
  • Show total transaction count
  • Show all transactions of the latest block
  • Start / Start data flow
  • Fully responsive

Installation

  1. Clone the repo

    git clone https://github.com/yektas/chain-explorer.git
  2. Install packages

    yarn install
  3. Run the application

    yarn dev

Contact Me

Sercan Yektas - @syektas - ahmetsercanyektas@gmail.com

Portfolio Website - Portfolio

(Back to Top)