Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Oct 19, 2023
1 parent 2060af7 commit f5ee3ca
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@
[<img alt="crates.io" src="https://img.shields.io/crates/v/chaindexing.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/chaindexing)
[<img alt="diesel-streamer build" src="https://img.shields.io/github/actions/workflow/status/jurshsmith/chaindexing-rs/ci.yml?branch=main&style=for-the-badge" height="20">](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.

Expand Down

0 comments on commit f5ee3ca

Please sign in to comment.