catusax / aleo-explorer

An explorer for the Aleo network

Home Page:https://explorer.hamp.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aleo Explorer

The "official" instance

Description

A blockchain explorer for Aleo.

It contains a node that connects to another peer to fetch blockchain data. This node is NOT validating blocks. Only connect to peers that you trust.

Prerequisites

Usage

  1. Import the database schema from pg_dump.sql.
  2. Configure through .env file. See .env.example for reference.
  3. Run main.py.

Use in docker

docker-compose up -d

A better frontend?

Yeah, I'm not really a frontend developer. I know it's ugly, but I'm focusing on features here.

You are welcome to contribute a better frontend, as long as you keep the current one as a function baseline reference. You can also create an entirely new frontend outside this repository; all you really need is the blockchain data in the database.

License

AGPL-3.0-or-later

About

An explorer for the Aleo network

https://explorer.hamp.app

License:GNU Affero General Public License v3.0


Languages

Language:Python 73.3%Language:Jinja 13.1%Language:PLpgSQL 12.1%Language:CSS 0.5%Language:JavaScript 0.4%Language:Dockerfile 0.4%Language:Batchfile 0.1%Language:Makefile 0.1%