Part of #600.
Current behavior: book/src/guide/setup.md walks through config, encryption init, mnemonic generation, and ends at zallet start. A new user is never shown how to create an account (z_getnewaccount), derive an address (z_getaddressforaccount), check sync status (getwalletstatus), check balance (z_getbalanceforaccount), send (z_sendmany + the async operation flow), or view a transaction (z_viewtransaction).
Expected: A tutorial chapter continuing from setup through a first receive and send, in the mdBook "guide" style: numbered steps, real commands with zallet rpc, expected output shapes. Method semantics stay in the RPC reference; the tutorial links to it.
Why: This is the primary onboarding path for the "rustlings-style" audience the book targets, and the demo script DevRel needs.
Drafted with AI assistance (Claude); facts verified against 29bb94a.
Part of #600.
Current behavior:
book/src/guide/setup.mdwalks through config, encryption init, mnemonic generation, and ends atzallet start. A new user is never shown how to create an account (z_getnewaccount), derive an address (z_getaddressforaccount), check sync status (getwalletstatus), check balance (z_getbalanceforaccount), send (z_sendmany+ the async operation flow), or view a transaction (z_viewtransaction).Expected: A tutorial chapter continuing from setup through a first receive and send, in the mdBook "guide" style: numbered steps, real commands with
zallet rpc, expected output shapes. Method semantics stay in the RPC reference; the tutorial links to it.Why: This is the primary onboarding path for the "rustlings-style" audience the book targets, and the demo script DevRel needs.
Drafted with AI assistance (Claude); facts verified against 29bb94a.