From 81d9f45e6aa8ce93e5e412a52f1642956d3dfa5d Mon Sep 17 00:00:00 2001 From: Tobias <8368497+toschdev@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:48:21 +0100 Subject: [PATCH] Add BDJuno to indexers (#160) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71030e0..e7e13ea 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ To share a module that you want the community to know about and use, add it here * [Cosmscan](https://github.com/cosmscan/cosmscan-go) - An indexer engine for Cosmos chains. * [interchain-indexer](https://github.com/Reecepbcups/interchain-indexer) - A cosmos blockchain indexer in Python. * [Cosmos Indexer](https://github.com/DefiantLabs/cosmos-indexer) - A generalized DB schema indexer with correlation and direct database indexing in Go. +* [BDJuno](https://github.com/forbole/bdjuno) - All the chains' data that are queried from the RPC and gRPC endpoints are stored inside a PostgreSQL database on top of which GraphQL APIs can then be created using Hasura. ## Frameworks