Python SDK
The UtxoRpc Python SDK is a comprehensive toolkit for building clients and servers to interact with UTxO-based blockchains using the UtxoRpc protocol. This SDK simplifies the process of developing Python applications that communicate with blockchain gateways, providing an easy-to-use interface for querying and managing transactions.
Prerequisites
- Python 3.7 or higher
- pip, the Python package manager
Installation
To add the UtxoRpc Python SDK to your project, run the following command:
pip install utxorpc
Alternatively, you can add the following line to your requirements.txt file:
utxorpc==0.1.0
Then, run pip install -r requirements.txt to install the dependencies.
Usage
To use the UtxoRpc Python SDK in your project, import the utxorpc module and start interacting with the UtxoRpc API.
import utxorpc