LiveWallet: Table of Contents
Every notebook
Each notebook works on its own and says at the top what to do before it. The start page has a map that draws those as arrows, and explains how to choose a network.
Livebook also lists the sections of whichever notebook is open in its left sidebar.
wallet
- Seed and Wallet: generate a seed phrase and turn it into a wallet.
- Keys and Addresses: derive many keys from one seed and make one reachable.
- Mnemonic and Derivation: passphrases, hardened paths, watch-only keys.
- Key Hierarchy: diagrams of what each layer of key can and cannot do.
transactions
- Receive Bitcoin: watch value arrive at an address you control.
- Verify On-Chain: read a transaction's inputs and outputs from the API.
- Send a Transaction: build, sign and broadcast by hand.
- Order Lock: a transaction that cannot be mined until a chosen block height.
tools
- Address Balance Viewer: watch many addresses at once.
- ML on Chain Data: a machine-learning smart cell, to be pointed at on-chain text.
governance
- Multisig Ceremony: two of three keys, held by three people, spend together.
- Serverless Wallet: a wallet shaped like a function.
tokens (planned)
Create, read, transfer and burn, applied to inscriptions, on-chain posts, and assets held by old keys.
See PLAN.md for the order they will land in.
Reference
- Concepts: every word the notebooks use, and where each is explained.
- Bitcoin: An Introduction, the companion book that covers the why.