💠 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.
// 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);

👥 Join a Community of Builders
Connect with developers building privacy, compliance, and stablecoin applications across chains.
Last updated


