Learn¶
The Learn section on this site is grouped into the following main categories:
- Fundamentals — Networks, Addresses.
- RPC — connect, call, subscribe.
- Wallet — managed high-level API.
- Wallet SDK — primitives the
Walletis built on. - Transactions — on-chain primitives.
Secrets handling
The secrets used in code snippets/examples throughout this site are for illustration only. They do not implement full or proper secret handling. Snippets throughout Learn use literal mnemonics, hex strings, and short passwords for readability. Never handle production secrets this way. See Security.