Skip to content

chaindexing/chaindexing-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaindexing

github crates.io diesel-streamer build

An EVM indexing engine that lets you query chain data with SQL.

Mini Comparison with TheGraph

It is a great alternative to theGraph https://thegraph.com/ if you:

  • have a server + relational database setup
  • need to manually create side effects for events
  • are NOT indexing hundreds of contracts
  • don't want to deal with an additional external system
  • want to optimize and save RPC (Alchemy, Infura) cost
  • have written your DApp's backend in RUST (Other Languages soon to come!)

Examples

https://github.com/chaindexing/chaindexing-examples/tree/main/rust contains examples that can be quickly tested and replicated. While the actual documentation is being worked on, feel free to use them as templates and open issues if they don't work correctly.