Skip to content

docs: align tutorial step labels and clarify account refresh#197

Open
Jr-kenny wants to merge 1 commit into
0xMiden:mainfrom
Jr-kenny:codex/tutorials-doc-fixes
Open

docs: align tutorial step labels and clarify account refresh#197
Jr-kenny wants to merge 1 commit into
0xMiden:mainfrom
Jr-kenny:codex/tutorials-doc-fixes

Conversation

@Jr-kenny
Copy link
Copy Markdown

@Jr-kenny Jr-kenny commented May 12, 2026

Summary

  • align the create/deploy tutorial's inline STEP labels with the tutorial section numbering so Step 3 and Step 4 no longer read as Step 1 and Step 2 in the embedded code/output
  • add an explicit note in the mint/consume tutorial that account state must be re-synced and re-fetched before checking updated balances

Why

The current create/deploy tutorial mixes section numbers and inline step labels, which is confusing when reading the generated code and output. Separately, the mint/consume tutorial implies Alice's balance updates in place, but the in-memory alice_account snapshot does not refresh automatically after later transactions.

Testing

  • git diff --check
  • did not run Rust/doc tests locally because this machine does not have cargo installed

Closes #93
Closes #114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Explain how client updates account data by asserting on balance Inconsistent inline comments with section headers

1 participant