royllo / explorer

A search engine / explorer for Taproot Assets living on the Bitcoin blockchain
https://explorer.royllo.org
GNU General Public License v3.0
16 stars 2 forks source link
assets bitcoin lighting-network nft stablecoin taproot taproot-assets

Royllo explorer

What is it ?

Royllo Explorer is an open source search engine for Taproot Assets living on the Bitcoin blockchain. Think of it as a " Google" for Taproot Assets, providing you with a web interface and an API to search and discover these assets with ease.

The Key features for users include:

A live version is available here: https://explorer.royllo.org/

Royllo explorer homepage

How to run it ?

graph LR
    S3Storage(S3 storage) --- BatchServer(Batch server);
    BatchServer(Batch server) --- database[(Database)];
    database[(Database)] --- APIServers(API servers);
    database[(Database)] --- WebServers(Web servers);

Royllo has several servers:

Royllo also needs to access to three external services: Lnd, Tapd & Mempool.

The easiest way to run it is to use the docker-compose file provided in this repository. Just run : docker-compose up

Contact

Feel free to contact me: straumat