1 unstable release
0.0.0-reserved | Dec 16, 2023 |
---|
#2 in #indexer-event
2KB
eventify
Onchain Indexer / Event listener
🚧 work in progress 🚧
eventify is an Ethereum event listener and indexer designed with the following objectives in mind:
- Offering a user-friendly means to index Ethereum blocks, transactions, and events.
- Implementing an efficient event propagation mechanism.
- Providing a comprehensive interface for inspecting the Ethereum mempool.
Implemented storages:
- Postgres
Crates
Include the following:
- eventify (binary) - Provides a CLI interface implementation for the server/indexer.
- eventify-idx - Holds the Indexer implementation.
- eventify-http-server - Exposes an HTTP server for the indexed data.
- eventify-http-client - Provides an OpenAPI generated client for the exposed API.
- eventify-middleware - Holds the traits/types necessary to implement a middleware interface.
- eventify-primitives - Contains types shared between the different workspace crates.
Documentation
-
Indexer
-
HTTP-Server
-
Client
-
Middleware
-
Primitives
-
eventify (binary)
-
Database
-
Deployment (Helm)