Skip to content

kalidax/axelarscan-ui

 
 

Repository files navigation

Axelarscan: a block explorer for the Axelar network

This is the frontend of Axelarscan, which displays the block information of the Axelar network and network statistics obtained from Axelarscan API. The project is implemented based on Next.js.

home

Pages

  • Home - The overview information of the network, including the current consensus state, the latest blocks produced, the latest transactions, etc.
  • Validators - Lists of the network validators and their statistics.
  • Polls - List of the EVM polls.
  • Blocks - List of the latest blocks produced in the network.
  • TX - List of the latest transactions in. the network.
  • Transfers displays the statistics of cross-chain transfers happening through the Axelar network.
  • Batches displays a list of the recent command batches that are going to (or have been submitted) to EVM chains.
  • Assets - List of the assets and chains supported on the Axelar network

Prerequisites

node >= 16.0.0

yarn
yarn dev

License

Next.js is MIT licensed

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%