Skip to content

docs: improve Notes & Transactions page#228

Open
BrianSeong99 wants to merge 1 commit intomainfrom
brian/notes-transactions
Open

docs: improve Notes & Transactions page#228
BrianSeong99 wants to merge 1 commit intomainfrom
brian/notes-transactions

Conversation

@BrianSeong99
Copy link
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
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