Skip to content

Commit

Permalink
update readme (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman authored Dec 9, 2024
1 parent 64471a0 commit cdec92d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ A set of microservices that crawler data from a namada node, store them in a pos

> 🔧 This is currently being worked on. Don't expect things to work! 🔧
# Namadillo integration

When using this project as a backend for [Namadillo](https://github.com/anoma/namada-interface), always checkout the latest tag, as the `main` branch could have an incompatible set of APIs.

## Architecture

The indexer is composed of a set microservices and a webserver, each one of these lives in his own crate. Each microservice is responsible of indexing some data from the chain and store them in the postgres database. Right now, there are 4 microservices:
Expand Down

0 comments on commit cdec92d

Please sign in to comment.