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 - 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
node >= 16.0.0
Run on localhost:3000
yarn
yarn dev
Next.js is MIT licensed