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
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
-
Customer deposits funds
Shields USDT from public wallet into private balance -
Purchase with privacy
SDK generates ZK proof of sufficient funds, executes private transfer with encrypted order details -
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
The SDKs abstract all cryptographic complexity - ZK proof generation, note management, Merkle synchronization. Developers implement business logic only.
Learn More
📄️ System Overview
Introduction to Orbinum's privacy-focused blockchain architecture.
📄️ Privacy Architecture
How Orbinum enables confidential transactions through zero-knowledge proofs
📄️ ZK Proofs
Understanding how zero-knowledge proofs enable privacy in Orbinum
📄️ Consensus Mechanism
Orbinum's consensus - Substrate's NPoS with Aura and GRANDPA.
📄️ EVM Compatibility
Full Ethereum compatibility for seamless dApp deployment.
📄️ SDK & Developer Tools
High-level SDKs for building privacy-preserving applications on Orbinum.
📄️ Node Operations
Running and maintaining Orbinum nodes in production environments.