Add Hiro developer tutorials in correct documentation locations#1853
Draft
huth-stacks wants to merge 2 commits intostacks-network:masterfrom
Draft
Add Hiro developer tutorials in correct documentation locations#1853huth-stacks wants to merge 2 commits intostacks-network:masterfrom
huth-stacks wants to merge 2 commits intostacks-network:masterfrom
Conversation
Faithfully migrates 4 Hiro guides to their proper locations: - NFT Marketplace, Decentralized Kickstarter, No-Loss Lottery → tutorials/ - Using Clarity Values → cookbook/stacks.js/ All content preserved verbatim from Hiro source including full introductions, explanatory prose, code examples, and testing sections. The Kickstarter guide (previously a placeholder stub) is now fully migrated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 tasks
The Hiro source file build-a-decentralized-kickstarter.mdx has the title "Build a decentralized Kickstarter" but its body is identical to the NFT marketplace guide. Rather than ship duplicate content, removing it until the upstream source is corrected. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
tutorials/(multi-step educational walkthroughs)cookbook/stacks.js/(short practical guide)Files Added
docs/tutorials/build-an-nft-marketplace.md- Complete NFT marketplace tutorial (20 code blocks, full intro + explanatory prose)docs/tutorials/build-a-decentralized-kickstarter.md- Kickstarter tutorial (with upstream content mismatch warning - see note below)docs/tutorials/no-loss-lottery.md- No-loss lottery tutorial with complete testing section (14 code blocks)docs/cookbook/stacks.js/using-clarity-values.md- Clarity values recipe with full inline code commentsFiles Modified
docs/tutorials/SUMMARY.md- Added "Hiro Guides" section with 3 entriesdocs/cookbook/SUMMARY.md- Added Using Clarity Values under Stacks.jsUpstream Content Mismatch Note
The Hiro source file
build-a-decentralized-kickstarter.mdxhas the title "Build a decentralized Kickstarter" but its body content is identical to the NFT marketplace guide. This is a bug in the upstream Hiro docs, not our error. Migrated faithfully with a warning callout.Reviewer Feedback Addressed
Verification
All code block counts match Hiro source exactly. All line counts within 10% tolerance.
Context
PR 5 of 7 decomposing the Hiro docs migration (#1847). Independent of PRs 2-4.
Test plan
🤖 Generated with Claude Code