Skip to content

docs: improve Notes & Transactions page - #228

Closed
BrianSeong99 wants to merge 1 commit into
mainfrom
brian/notes-transactions
Closed

BrianSeong99 wants to merge 1 commit into
mainfrom
brian/notes-transactions

Conversation

@BrianSeong99

Copy link
Copy Markdown
Contributor

Summary

  • Add "Core Design Principle" callout explaining that a transaction = state transition of a single account
  • Fix "Bob's account" → "Bob's client" (the client syncs, not the account)
  • Fix Key Takeaways: "private" → "both public and private notes"
  • Add note explaining code examples are self-contained by design
  • Fix send expected output formatting

Fixes #217

- Add core design principle: tx = state transition of single account
- Fix "Bob's account" → "Bob's client" for note discovery
- Fix key takeaways: clarify notes support both public and private
- Add note explaining examples are self-contained (repetition is by design)
- Fix send example expected output (balance was 100, should be 1000)

Closes #217
@BrianSeong99

Copy link
Copy Markdown
Contributor Author

Closing this as stale. The notes/get-started page has moved on, this patch no longer applies cleanly, and the remaining useful bits should be reworked separately if still needed.

@BrianSeong99
BrianSeong99 deleted the brian/notes-transactions branch May 26, 2026 11:24
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.

docs: Improve Notes & Transactions Quick Start page

1 participant