Skip to content

book: Extend the setup guide into an end-to-end first-wallet tutorial #608

Description

@pacu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions