Configure Explorers
We recommend using Blockscout as the blockchain explorer for the EVM++ chain.
Artela has released a fork of Blockscout that supports EVM++. For users who require specific support for Aspect integration, the Artela fork is recommended.
Prerequisites
System Requirements:
- CPU: 4-core or 8-core
- Operating System: Ubuntu 20.04 or later
- RAM: 8GB / 16GB / 32GB
- Storage: 120GB or 500GB NVMe SSD / Standard SSD
Dependencies:
- Docker and Docker Compose
- PostgreSQL: Version 13 or later
- Git
RPC Requirements:
- A Full Archive Node
- JSON RPC URL: A JSON RPC interface provided by the Artela EVM++ chain, compatible with Ethereum's JSON RPC standard.
- WS URL: A Websocket interface provided by the Artela EVM++ chain, compatible with Ethereum's JSON RPC standard.
Backend Repositories
- Original Repository: Blockscout Backend
- Artela Fork: Artela Block Explorer Backend
Frontend Repositories
- Original Repository: Blockscout Frontend
- Artela Fork: Artela Block Explorer Frontend
Artela Fork Docker Image
- Backend:
docker pull artelanetwork/block-explorer:latest
- Frontend:
docker pull artelanetwork/block-explorer-frontend:latest
Installation Guide
Follow the Blockscout Manual Deployment Guide for setup instructions.