Skip to content

fredex90-dev/aleo-explorer

 
 

Repository files navigation

Aleo Explorer

The "official" instance

Description

An open-source 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. Install aleo-explorer-rust to the current Python environment.
  4. Compile aleo-explorer-wasm, install to webui/static/rust{.js,_bg.wasm} with wasm-bindgen.
  5. Run main.py.

Use in docker

docker-compose up -d

A better frontend?

A new frontend is being developed in aleo-explorer-frontend. You can preview it if you can find the deployment URL.

As such, the current frontend code contained in this repository (webui) is planned to be deprecated. The new frontend uses webapi to communicate with the backend.

License

AGPL-3.0-or-later

About

Open source explorer for the Aleo network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.3%
  • Jinja 13.5%
  • PLpgSQL 10.0%
  • CSS 1.3%
  • JavaScript 0.4%
  • Dockerfile 0.3%
  • Other 0.2%