Carp

A customizable, modular indexer for Cardano saving its data to a Postgres database SQL.

The Carp indexer provides an alternative to opinionated databases (such as db-sync) by providing the full binary data of a transaction which wallets can easily analyze and find the specific parts of the data they need.

Carp is modular by design, meaning that anybody can create their own modules and use modules created by other users, to explore the Cardano blockchain. This modularity enables an individual to create an indexer that is customized to their needs, allowing for faster queries that return the results the user is looking for.

Extensive developer friendly documentation for how to use Carp has been created by the tool’s creators, dcSpark. That documentation can be found here.

Compare similar projects toCarp