This PR addresses issue #120 by introducing a comprehensive Troubleshooting & FAQ guide for the Tokenized Fractional RWA Marketplace. The guide helps developers and end-users resolve common friction points including wallet detection errors, contract panics, transaction fee shortfalls, network RPC issues, and backend API connectivity errors.
Additionally, a new section has been appended to the main README.md to directly reference and link this guide.
Closes #120
- New File:
docs/FAQ.md- Created a detailed problem-solution index categorized into five key areas:
- Freighter Wallet & Connection Issues (installation, unlocked state, permissions).
- Transaction & Smart Contract Failures (gas/XLM balances, total share availability checks, contract paused alerts).
- Network & Configuration Problems (testnet/mainnet passphrase matching, RPC node availability).
- Backend API & Metadata Issues (CORS origins, dev port config, metadata grid failures).
- Advanced Operations (Vesting schedules, claimable vested shares, dividend distributions).
- Created a detailed problem-solution index categorized into five key areas:
- Modified File:
README.md- Added a new
Troubleshooting & FAQsection linking todocs/FAQ.md.
- Added a new
- File Existence: Verified
docs/FAQ.mdhas been successfully created. - Path Resolution: Verified the relative link in
README.mdcorrectly resolves todocs/FAQ.md. - Typo and Format Check: Inspected the Markdown layout, ensuring tables, list formatting, and deep links render correctly.