From f5ee3ca7fefdd5eed367bb4e7e97c7d5ed9a76e6 Mon Sep 17 00:00:00 2001 From: Joshua Oladele Date: Thu, 19 Oct 2023 15:29:20 +0100 Subject: [PATCH] Update README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41fc99c..33878dd 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,18 @@ [crates.io](https://crates.io/crates/chaindexing) [diesel-streamer build](https://github.com/jurshsmith/chaindexing-rs/actions?query=branch%3Amain) -A Chain Reorg-Proof indexing engine that helps aggregate states for EVM contracts in RDBMS'. +A Chain Reorg-Proof EVM indexing engine that helps aggregate states for EVM contracts in RDBMS'. -Example: +### Mini Comparison with TheGraph + +It is a great alternative to theGraph if you: + +- have a server + relational database setup +- are NOT indexing thousands of contracts +- don't want to deal with an additional external system +- have written your DApp in RUST (Other Languages soon to come!) + +Example Usage: Indexing states of NFTs (`NftState`) for Bored Ape Yatch Club and Doodle's contracts in a Postgres DB.