Skip to content

royllo/explorer

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:

  • Search for Taproot assets information using our user-friendly web interface.
  • Add your proofs to our database to let the world discover and learn about your assets.
  • Add your universe server to let us discover new assets automatically.
  • Build new applications, services, and tools effortlessly using our GraphQL API.

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