Skip to content

Modular framework for creating selective indexers and featureful backends for dapps

License

Notifications You must be signed in to change notification settings

dipdup-io/dipdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

894b7d2 · Aug 5, 2021
Jun 24, 2021
Jul 19, 2021
Aug 5, 2021
Aug 5, 2021
Aug 5, 2021
Jul 19, 2021
Apr 6, 2021
Apr 5, 2021
Jul 19, 2021
Jul 19, 2021
Jul 19, 2021
Jun 24, 2021
Jul 19, 2021
Apr 6, 2021
Aug 5, 2021
Apr 17, 2021
Aug 5, 2021

Repository files navigation

DipDup

PyPI version Tests Made With License: MIT

Python SDK for developing indexers of Tezos smart contracts inspired by The Graph.

Quickstart

Python 3.8+ is required for dipdup to run.

$ pip install dipdup

Contribution

To set up development environment you need to install poetry package manager and GNU Make. Then run one of the following commands at project's root:

$ # install project dependencies
$ make install
$ # run linters
$ make lint
$ # run tests
$ make test cover
$ # run full CI pipeline
$ make

Contact

About

This project is maintained by Baking Bad team.
Development is supported by Tezos Foundation.