From 95a19953f4bfc7d521baf18b3c6679f0846d3ccb Mon Sep 17 00:00:00 2001 From: mmazco Date: Mon, 6 Jul 2026 14:19:24 -0700 Subject: [PATCH] Add OpenZeppelin blog post, stream, and demo links to Confidential Tokens Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/build/apps/privacy.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build/apps/privacy.mdx b/docs/build/apps/privacy.mdx index 79ce30e81..10d34476b 100644 --- a/docs/build/apps/privacy.mdx +++ b/docs/build/apps/privacy.mdx @@ -47,7 +47,10 @@ This makes confidential tokens well-suited for payments where parties need confi The [Confidential Token Association](https://www.confidentialtoken.org/) — whose members include the Stellar Development Foundation, Nethermind, OpenZeppelin, and Zama — is developing an open standard for encryption-based onchain confidentiality compatible with existing token interfaces. Implementation on Stellar is in progress. +Learn more about our work with OpenZeppelin in the post [Developer Preview: Confidential Tokens on Stellar](https://stellar.org/blog/developers/developer-preview-confidential-tokens-on-stellar), published on June 29, 2026 during the Testnet preview, and watch the [Developer Preview stream with OpenZeppelin](https://youtu.be/nfbr3KuYqPE?si=n5jX6g3-azW4Lp1B) that explains more about the architecture and design choices. + - **OpenZeppelin Confidential Token Repo**: [GitHub](https://github.com/OpenZeppelin/stellar-contracts/tree/feat/confidential-verifier-ultrahonk/packages/tokens/src/confidential) +- **OpenZeppelin Confidential Token Demo**: [demo](https://stellar-confidential-token-demo.billowing-moon-0c6f.workers.dev/), [GitHub](https://github.com/brozorec/stellar-confidential-token-demo), [video walkthrough](https://x.com/BuildOnStellar/status/2072357829353308214?s=20) - **Confidential Token Association**: [confidentialtoken.org](https://www.confidentialtoken.org/) - **Confidential Token overview/demo by Jay Geng (SDF) at Meridian 2025**: [YouTube](https://www.youtube.com/watch?v=6NnDqVQYOHM)