The Flow Python SDK provides a set of packages for Python developers to build applications that interact with the Flow network.
See the guide!
Note: This SDK is also fully compatible with the Flow Emulator and can be used for local development.
To start using the SDK, install Python 3.9 or higher and install package:
pip install flow-py-sdk
or if using poetry:
poetry add flow-py-sdk
Made with contrib.rocks.