Block explorers are essential tools for blockchain technology, serving as user-friendly interfaces to view and analyze transactions and blocks. Their importance lies in:

  1. Transparency and Trust: They ensure transparency in transactions, reinforcing trust in the blockchain's decentralized and secure nature.
  2. Verification: Users can verify transactions and their status, crucial for ensuring transaction integrity.
  3. Education and Accessibility: They make blockchain technology more accessible and understandable to the general public, facilitating education about its operations.
  4. Network Health Monitoring: Explorers provide vital data on blockchain performance, helping identify potential issues or improvements.
  5. Smart Contract Insights: For blockchains with smart contracts, explorers offer detailed views of contract interactions.

Artela block explorer is based on the open source project blockscout:

https://github.com/blockscout/blockscout

But different with legacy EVM compatible chains, we need to display additional information for the Aspect related operations.

👨 Project Members

People Directory

🏗️ Project Setup

📦 Repositories

Block Explorer Backend:

https://github.com/artela-network/block-explorer

Block Explorer Frontend:

https://github.com/artela-network/block-explorer-frontend

🧑‍🏫 Setup Steps

Staging Server Deploy Detail