joshstevens19/rindexer

rindexer codegen indexer should let you generate a single one contract

Open

#101 opened on Sep 11, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (102 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (707 stars)
PR merge metrics
 (PR metrics pending)

Description

At the moment when your building a rust project with rindexer you can only generate all-or-nothing indexers which becomes hard to extend it as your indexers you done will be overwritten

suggest this approach:

rindexer codegen indexer <contract_name> 

Contributor guide