Indexing Ethereum contracts
Checkpoint initially supported indexing Starknet contracts only, but it can also index Ethereum contracts now.
Checkpoint can work with any network and chain as long as there is a provider implemented for it. Currently there is official support for Starknet and Ethereum (or any other EVM network), but external providers are supported as well.
Usage with Ethereum is very similar to usage with Starknet, differences are:
Your writers should be using
evm.Writer
instead ofstarknet.Writer
.You should create indexer using
new evm.EvmIndexer
instead ofnew starknet.StarknetIndexer
.
Last updated
Was this helpful?