Run Leani
Leani documentation
Leani is an Ethereum indexing node you run in your own infrastructure. It backfills public history, follows the chain, and stores the results your application needs. Start with one small example:
Connect an application
Build with the Rust library
Each tutorial includes a matching configuration, commands, and expected output. The current alpha uses a source checkout; release packages become available when published.
Leani does not maintain EVM state. Arbitrary eth_call, native account balances,
and transaction simulation need an execution provider. Read
alpha limitations before connecting a
production application.
The expandable sidebar groups hold detailed concepts, API and configuration reference, operations, and contributor material. Start with how Leani works when you want to understand what happens between a source block and your application output.