Private by design. Open to build on.
Your guide to the private Zcash economy.
Set up Noir Wallet, move ZEC privately, or bring shielded payments into your dApp with a typed SDK.
import { getNoirWallet } from "@noir-wallet/sdk";
const wallet = getNoirWallet();
const connection = await wallet.zcash.connect();
// Privacy is now a product primitive.Connected securely
Explore the docs
One home for users and builders
Practical guides for wallet users, accurate references for developers.
Start here
Install Noir Wallet
Install the Chrome extension, create a wallet, and make your first private Zcash transaction.
Open guide Wallet guideUse the Wallet
Learn addresses, shielded funds, swaps, lending, dApp connections, and account security.
Open guide Developer docsBuild with Noir
Connect your dApp, query accounts and balances, and request private Zcash transactions.
Open guideSelf-custodialYour keys stay encrypted on your device.
Source-alignedSDK examples compile against the current package.