RoboArkiver
RoboArkiver is a highly configurable and extensible tool for indexing evm data.
Run locally
Prerequisites
Run the arkiver locally
- clone the repo
- setup a supabase project
- copy .env.sample to .env and fill the supabase variables. you can omit the influxdb variables if you're not persisting the data
- run
deno task dev
Deploy an arkive
- Follow these steps.