add tutorial on Zero Knowledge Proofs with Noir for Rootstock #433
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.
Title
Add Tutorial on Zero-Knowledge Proofs with Noir for Rootstock dApps
Description
This contribution adds a comprehensive tutorial to the Rootstock Developer Portal under the /docs/tutorials section, titled "Zero Knowledge Proofs on Rootstock with Noir." The purpose is to educate developers on using ZK proofs and the Noir language to build privacy-focused dApps on Rootstock, enhancing user confidentiality. It addresses the need for practical guides on advanced cryptographic techniques, featuring:
Changes include a new Markdown file (/docs/tutorials/zk-proofs-noir.md) with front matter (title, description, tags, sidebar_label, sidebar_position), adhering to the style guide. No existing issues are resolved, but this enhances the portal's developer resources.
Screenshots/GIFs
N/A (No visual UI changes; the contribution is a documentation file. Code snippets and explanations are included in the Markdown for clarity.)
Testing
yarn buildto verify the build process, ensuring no broken links or Markdown errors in the new tutorial file.yarn startto confirm the tutorial appears correctly in /tutorials and is findable via Algolia search.Checklist
Refs