/ Docs
7.5
/

Documentation

DipDup is a Python framework for building smart contract indexers. It helps developers focus on business logic instead of writing a boilerplate to store and serve data.

Quickstart

Get your first indexer running in minutes. A Linux/macOS distribution with Python 3.11 installed is required to run DipDup. In this short guide we will create an indexer for a fungible token contract. Our goal is to save all token transfers to the database and then calculate some statistics of its holders' activity.

Resources

Changelog The list of all notable changes in recent DipDup versions.
Read more ->
Troubleshooting Got stuck? Check out the list of common issues and their solutions.
Read more ->
F.A.Q. Find answers to the most frequently asked questions.
Read more ->
Help and tips -> Join our Discord
Ideas or suggestions -> Issue Tracker