Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 279 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 279 Bytes

EVM token indexer

A lightweight way to index all tokens which derived from ERC165 standard, based on the ordered logs of EVM-compatible chain.

DB migration

cargo run --bin prisma -- migrate dev

Running indexer

RUST_LOG=info cargo run --bin indexer