SDK Libraries
Where to get them
Minimal examples
Python
from quantropy import QuantropyClient
client = QuantropyClient(api_key="YOUR_API_KEY")
result = client.get_entropy(size=32)
print(result.job_id) # Quantum Job ID
print(result.entropy) # bytes or base64
print(result.solana_tx) # Solana transactionRust
TypeScript / JavaScript
What the SDKs handle
Last updated