Clarify and validate developer entry paths#133
Merged
Conversation
HDauven
marked this pull request as ready for review
July 14, 2026 23:07
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
Why
The Build section did not make ownership boundaries clear. In particular, the W3sper page implied that a newly generated profile could immediately sign a transfer even though direct signing requires synchronized nonce, balance, and treasury state behind a
Bookkeeper.It also failed to direct DuskVM developers to the reusable Dusk-native standards already available in
contracts/standards, increasing the chance that common token, authorization, governance, and security patterns would be rebuilt unnecessarily.This pass also checks that the quickstarts describe commands users can actually run, including the distinction between a DuskVM contract ID and its deployment transaction hash.
Validation
npm run build(59 pages, all internal links valid)contracts/maintree and source exportsnew,check,test,build,schema,verify, andcallincrement,set_count(42), and a W3sper readbackValidation boundary
The public DuskEVM testnet RPC returned HTTP 503 during this pass, so a public testnet broadcast was not possible. The quickstart now explicitly tells readers to stop if the RPC is unavailable or returns a different chain ID.