GithubHelp home page GithubHelp logo

stingwork / aleo-explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from harukama/aleo-explorer

0.0 0.0 0.0 271 KB

An explorer for Aleo network

License: GNU Affero General Public License v3.0

Python 81.91% PLpgSQL 5.81% Jinja 12.28%

aleo-explorer's Introduction

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.

The node requires TCP port 14132 to be open, so it can accept the incoming connection from the other node.

There is a database scheme file for Postgres. Unfortunately, you'll need to read the SQL file and manually create the tables for other databases. Note that the code uses INSERT ... RETURNING, so your choice of database software will need to support this.

The code smells rusty as I'm recreating all types of the Rust code.

Maybe I should separate the node part as it's complicated enough

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.

Special note to early adopters

You might need to update some database indexes to make them usable for the prefix search. Check commit 0000030.

License

AGPL-3.0-or-later

aleo-explorer's People

Contributors

harukama avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.