Add STRK20 by Example integration hub to Starknet Privacy docs#1768
Merged
Conversation
The starknet-privacy SDK is now open source. This updates the stale 'SDK not yet public' references and adds STRK20 by Example (https://strk20-by-example.org), the Ecosystem Growth team's hub of runnable integration examples: - Privacy overview: replace outdated SDK-not-public bullet, add STRK20 by Example and SDK source cards to Resources - New page: build/starknet-privacy/strk20-by-example under Getting started - Tools cheatsheet: list STRK20 by Example under dApp tools - Anonymous DeFi: point helper-contract readers to working examples Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
odednaor
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The starknet-privacy repo (TypeScript SDK + proving stack) is now open source. This PR updates the Starknet Privacy docs accordingly and adds STRK20 by Example — a hub of runnable examples for teams integrating STRK20 confidential transfers, built by the Ecosystem Growth team.
Changes
build/starknet-privacy/overview.mdx— replaces the stale "SDK not yet public" bullet (the docs promised operational guides would be linked once the SDK ships — it has), and adds STRK20 by Example + SDK source cards to the Resources grid.build/starknet-privacy/strk20-by-example.mdx(new) — a short landing page under Getting started introducing the hub: SDK examples (deposits, transfers, withdrawals, note discovery, proving config, batches), DeFi helpers (Privacy Invoke, Vesu lending, swaps, escrow), wallet integration, and an end-to-end example app.docs.json— registers the new page in the Starknet Privacy → Getting started group.learn/cheatsheets/tools.mdx— adds STRK20 by Example under dApp tools.build/starknet-privacy/anonymous-defi.mdx— the invoke-helper section said "a full guide will ship with the SDK"; it now points to the working helper examples.Verification
mint dev— all four changed pages render correctly, new page appears in the sidebar under Getting started.🤖 Generated with Claude Code