/pragma-sdk

Python SDK to interact with Pragma

Primary LanguagePython

Pragma SDK

codecov

Tests

Package

Read the Docs


Pragma SDK, written in Python.

One can leverage this SDK to interact with Pragma on Starknet. This SDK should also be used by Data Providers willing to push data on Pragma contracts.

About

For more information, see the project's repository, documentation overview and documentation on how to publish data.

Repository Structure

Our main SDK:

Our utility library:

Our services used to publish data etc...:

Releasing a new version

cz bump --increment <patch|minor|major>
cd pragma-sdk && poetry publish --build && cd -
sh scripts/poetry_lock_update.sh

Contributing

See the CONTRIBUTING guide.