Python SDK

Python SDK

# 🐍 Python SDK

## 📦 Installation
```bash
pip install zkstable

✅ Example Usage

Python

from zkstable import ZkStableClient

client = ZkStableClient(
    api_key="YOUR_API_KEY",
    network="testnet"
)

tx = client.mint(
    amount=100,
    collateral_proof="ZK_PROOF_HASH"
)

print("Mint Successful:", tx)
Use Case
Example

Backend minting systems

Custodial wallet apps

Liquidation bots

Parity enforcement + peg watch

Compliance request processors

Institutions & auditors

Last updated