Getting started
Requirements
Requirements
- Java (11 or 17 is recommended)
- PostgreSQL
- A running full-node
Download Application File
Download file explorer-backend-x.x.x.jar from Github release.
Create the database:
- Start the
postgresqlservice. - Login to the PostgreSQL shell with the default
postgresuser: - Ensure that the
postgresrole exists, and if not, create it. List all roles: Createpostgresrole: - Then, create the database:
Start your explorer-backend
Your explorer-backend will start to sync with the full node. It might take long the first time
Start from a snapshot
To reduce the first syncing time, you can restore one of our snapshot.
Snapshots are available at https://archives.alephium.org/#mainnet/explorer-db/
Download the latest one, extract it, and run:
Please note that the explorer database must have been created before and be empty.