Skip to main content

SDK & Developer Tools

Orbinum provides high-level SDKs to simplify building privacy-preserving applications. These SDKs abstract the complexity of ZK proof generation, note management, and blockchain interaction.


Available SDKs

Orbinum will offer two official SDKs:

  • TypeScript SDK - For web applications and Node.js backends
  • Python SDK - For data analysis, automation, and backend services
Under Development

The SDKs are currently in development. Full documentation and release schedule available in the Roadmap.


Use Case Example: Private Payment Gateway

Build a privacy-preserving e-commerce payment system where customers pay merchants without exposing financial history or transaction details to third parties.

How It Works

  1. Customer deposits funds
    Shields USDT from public wallet into private balance

  2. Purchase with privacy
    SDK generates ZK proof of sufficient funds, executes private transfer with encrypted order details

  3. Merchant receives payment
    Verifies payment and fulfills order without seeing customer's balance or history

Key Benefits

  • For Customers: No public transaction history, full financial privacy
  • For Merchants: Revenue remains confidential from competitors
  • For Platform: Reduced KYC requirements, privacy by design
  • For Compliance: Selective disclosure available when legally required
tip

The SDKs abstract all cryptographic complexity - ZK proof generation, note management, Merkle synchronization. Developers implement business logic only.


Learn More