Skip to content

dipdup-io/manutd-indexer

Repository files navigation

manutd_indexer

A blockchain indexer built with DipDup

Installation

This project is based on DipDup, a framework for building featureful dapps.

You need a Linux/macOS system with Python 3.12 installed. To install DipDup use uv tool or our installer script:

curl -Lsf https://dipdup.io/install.py | python3

See the Installation page for all options.

Usage

Run the indexer in memory:

dipdup run

Store data in SQLite database (defaults to /tmp, set SQLITE_PATH env variable):

dipdup -C sqlite run

Or spawn a Compose stack with PostgreSQL and Hasura:

cp deploy/.env.default deploy/.env
# Edit .env file before running
make up

Development setup

To set up the development environment:

make install
source .venv/bin/activate

Run make all to run full CI check or make help to see other available commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages