diff --git a/README.md b/README.md index c140d66..48a8be5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ use crate::states::Nft; pub struct TransferHandler; -#[async_trait::async_trait] +#[chaindexing::augmenting_std::async_trait::async_trait] impl EventHandler for TransferHandler { fn abi(&self) -> &'static str { "event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)" @@ -53,28 +53,28 @@ A quick and effective way to get started is by exploring the comprehensive examp ## Design Goals & Features -💸 Free forever
-⚡ Real-time use-cases
-🌐 Multi-chain
-🧂 Granular, 🧩 Modular & 📈 Scalable
-🌍 Environment-agnostic to allow inspecting 🔍 & replicating indexes anywhere!
-🔓 ORM-agnostic, use any ORM to access indexed data
-📤 Easy export to any data lake: S3, Snowflake, etc.
-🚫 No complex YAML/JSON/CLI config
-💪 Index contracts discovered at runtime
-✨ Handles re-org with no UX impact
-🔥 Side effect handling for notifications & bridging use cases
-💸 Optimize RPC cost by indexing when certain activities happen in your DApp
-💎 Language-agnostic, so no macros!
+- 💸 Free forever
+- ⚡ Real-time use-cases
+- 🌐 Multi-chain
+- 🧂 Granular, 🧩 Modular & 📈 Scalable
+- 🌍 Environment-agnostic to allow inspecting 🔍 & replicating indexes anywhere!
+- 🔓 ORM-agnostic, use any ORM to access indexed data
+- 📤 Easy export to any data lake: S3, Snowflake, etc.
+- 🚫 No complex YAML/JSON/CLI config
+- 💪 Index contracts discovered at runtime
+- ✨ Handles re-org with no UX impact
+- 🔥 Side effect handling for notifications & bridging use cases
+- 💸 Optimize RPC cost by indexing when certain activities happen in your DApp
+- 💎 Language-agnostic, so no macros!
## RoadMap -⬜ Expose `is_at_block_tail` flag to improve op heuristics for applications
-⬜ Support SQLite Database (Currently supports only Postgres)
-⬜ Support indexing raw transactions & call traces.
-⬜ Improved error handling/messages/reporting (Please feel free to open an issue when an opaque runtime error is encountered)
-⬜ SSL Support
-⬜ Minimal UI for inspecting events and indexed states
+- ⬜ Expose `is_at_block_tail` flag to improve op heuristics for applications
+- ⬜ Support SQLite Database (Currently supports only Postgres)
+- ⬜ Support indexing raw transactions & call traces.
+- ⬜ Improved error handling/messages/reporting (Please feel free to open an issue when an opaque runtime error is encountered)
+- ⬜ SSL Support
+- ⬜ Minimal UI for inspecting events and indexed states
## Contributing