Library Settings Get Help
Stacktora
Stacktora / Vault / Rust + Postgres + Redis: On-chain Transaction Indexer
Infrastructure by @ops

Rust + Postgres + Redis: On-chain Transaction Indexer

Indexes blockchain transaction data into a queryable Postgres store, a worker processing new blocks as they arrive, Redis tracking indexing progress. Infrastructure for querying chain data quickly — not a wallet, not trading logic.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Rust 1.96 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install rust-onchain-transaction-indexer --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault