docs: split wallet-ton and wallet-tron usage.md into how-to guides
Created by: ihsraham
Summary
- Split the monolithic
usage.mdfor wallet-ton and wallet-tron into 7 distinct how-to guides each - Converted both
usage.mdfiles into hub pages with card tables linking to the new guides - Updated
SUMMARY.mdto add sidebar navigation entries for all 14 new guides
New Guides (per module)
| Guide | wallet-ton | wallet-tron |
|---|---|---|
| Get Started | Install + create wallet with TON Center | Install + create wallet with TronGrid |
| Manage Accounts | Index-based + custom derivation paths | Index-based + custom derivation paths |
| Check Balances | TON + Jetton (owned and read-only) | TRX + TRC20 (owned and read-only) |
| Send Transactions | Send TON with bounceable param | Send TRX |
| Transfer Tokens | Jetton transfers with validation | TRC20 transfers with validation |
| Sign and Verify Messages | Sign + verify with read-only account | secp256k1 sign + verify |
| Handle Errors | Errors, fee management, memory cleanup | Errors, fee management, memory cleanup |
Style Guide Compliance
- Action-oriented file names (
get-started.md,manage-accounts.md,handle-errors.md) - API reference cross-linking on every method/class mention in prose
- Descriptive lead-in before each code block
- One concept per code block
- Branded USD₮ in prose, ASCII USDT in code
- Real contract addresses from api-reference
Files Changed
-
14 new files: 7 guides in
wallet-ton/guides/+ 7 inwallet-tron/guides/ -
3 modified files:
SUMMARY.md,wallet-ton/usage.md,wallet-tron/usage.md
Test plan
-
Verify all guide links render correctly in GitBook preview -
Confirm sidebar navigation shows guides nested under Usage for both modules -
Check that card tables on hub pages link to correct guide pages -
Verify API reference cross-links resolve to correct anchors