💠 ZkStable Developer Platform

Welcome to the developer hub for ZkStable — the zero-knowledge stablecoin and compliance layer for decentralized finance. Whether you’re integrating $pUSD into your protocol, building privacy-first dApps, or contributing to governance, this platform gets you started fast.

⚙️ Build with ZkStable

Explore everything you need to develop, integrate, and innovate on top of ZkStable.

Get started in 5 minutes

Setting up your first ZkStable integration is fast and transparent. Use our SDK and endpoints to mint your first $pUSD, verify collateral, or query ZK proof data — all with minimal setup.

No complexity, no middlemen — just verifiable privacy from your first transaction.

Get started API reference

js
// Import the SDK
import ZkStableAPI from "zkstable-sdk";

// Initialize the client
const client = new ZkStableAPI({ apiKey: "YOUR_API_KEY" });

// Mint your first $pUSD
const tx = await client.mint({
  amount: 100,
  collateralType: "ZEC",
  zkProof: "YOUR_PROOF_HASH",
});

console.log("Mint successful:", tx);

📘 Learn More About ZkStable

Read developer guides, tutorials, and integration blueprints — from basic wallet connection to full privacy-preserving DeFi modules.

Guides Documentation

👥 Join a Community of Builders

Connect with developers building privacy, compliance, and stablecoin applications across chains.

Discord community

Join our Discord to share builds, get help, and connect with the ZkStable team.

GitHub

Contribute to our open-source repositories — submit PRs, report bugs, or build integrations.

Last updated