Skip to content

skundu42/chitra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chitra

A basic EVM blockchain indexer implementation.

Features:

  • Indexes and stores all block data from Block x to Block y
  • Indexes and stores all transactions data of the indexed blocks in a separate dB

Setup

  • Clone this repository
  • Add the relevant details in the .env file
  • Create two databases according to the fields provided in db.rs file
  • cargo run

Architecture

TO DO

  • Option to choose start and end block of indexing
  • Transactions indexing
  • Logic to handle pending transactions
  • Proper error handling and logging
  • Smart contract events indexing
  • Cli tool to set all env variables

About

Lightweight EVM blockchain indexer in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages