| Crates.io | imbibe-indexer |
| lib.rs | imbibe-indexer |
| version | 0.0.1 |
| created_at | 2025-06-18 09:43:57.586253+00 |
| updated_at | 2025-06-18 09:43:57.586253+00 |
| description | provides indexing strategies for imbibe |
| homepage | |
| repository | https://github.com/labcycle/imbibe |
| max_upload_size | |
| id | 1716800 |
| size | 95,701 |
This crate contains the code for indexing logic. Currently, it provides two kinds of cosmos indexers: LiveIndexer and BackfillIndexer, and can be started by calling the respective start method.
tokio::sync::oneshot::Sender to send the height of the first block returned by the web-socket endpoint.Block and its constituent Tx entities get created and then persisted to the database.LiveIndexer, extracts out the entities and persists to the database.