Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zmovane/evm-token-indexer

A lightweight way to index all tokens which derived from ERC165 standard, based on the ordered logs of EVM-compatible chain.
https://github.com/zmovane/evm-token-indexer

erc1155 erc165 erc721 evm-indexer evm-token-indexer evm-token-tracker nft-indexer nft-tracker token-indexer token-tracker

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```