Skip to content

docs: split wallet-evm and wallet-solana usage.md into how-to guides

Created by: ihsraham

Summary

Addresses WDKDOCS-188 (wallet-evm) and WDKDOCS-190 (wallet-solana).

  • Split the monolithic usage.md for wallet-evm and wallet-solana into 7 distinct how-to guides each, following the pattern established by the core module guides.
  • Converted both usage.md files into hub pages with card tables linking to the new guides.
  • Updated SUMMARY.md to add sidebar navigation entries for all 14 new guides.

New Guides (per module)

Guide wallet-evm wallet-solana
Getting Started Install + create wallet with RPC/EIP-1193 Install + create wallet with Solana RPC
Manage Accounts Index-based + custom derivation paths Index-based + custom derivation paths
Check Balances Native + ERC-20 (owned and read-only) SOL + SPL (owned and read-only)
Send Transactions EIP-1559, legacy gas, fee estimation Send SOL, fee estimation
Transfer Tokens ERC-20 transfers with validation SPL transfers with validation
Sign and Verify Messages Sign + verify with read-only account Ed25519 sign + verify
Error Handling Errors, fee management, memory cleanup Errors, fee management, memory cleanup

Files Changed

  • 14 new files: 7 guides in sdk/wallet-modules/wallet-evm/guides/ + 7 in sdk/wallet-modules/wallet-solana/guides/
  • 3 modified files: SUMMARY.md, wallet-evm/usage.md, wallet-solana/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 no broken links from existing pages (README, configuration, api-reference) to usage.md

Merge request reports