Skip to content

Convexus-Protocol/convexus-sdk-py

Repository files navigation

Convexus logo

unittest and publish to pypi PyPI - latest PyPI - Python

Convexus SDK for Python

Convexus SDK for Python is useful for building applications on top of Convexus

Requirements

  • Python 3.10 or later.

Installation

Setup a virtual environment first, and install the Python SDK.

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install convexus

Using the SDK

Please refer to the SDK documentation located here.