Learn
Documentation, guides, API reference, and insights for building with ZKIRA
Everything you need to build with ZKIRA
From stealth address fundamentals to production API integration — master private payments on Solana.
Documentation
Comprehensive guides covering stealth addresses, payment flows, SDK integration, and Solana program architecture.
Use Cases
Real-world applications: private payroll, anonymous donations, escrow services, multi-sig treasury, and e-commerce.
API Reference
Complete REST API and TypeScript SDK reference with endpoints, parameters, responses, and code examples.
Blog
Technical deep-dives, protocol updates, privacy research, and insights from the ZKIRA team.
Quick Links
Developer Quick Start
curl -X POST https://api.zkira.io/v1/payments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": "1000000",
"token": "USDC",
"recipient": "stealth_address_here",
"metadata": {
"description": "Private payment"
}
}'Get your API key from the Developer Dashboard to start making private payments.
