Description
Write a comprehensive testnet onboarding guide that walks a new developer through the full end-to-end flow on Stellar testnet: funding a testnet account with Friendbot, deploying the COMEBACKHERE contracts, creating an invoice, paying it with USDC, and executing a settlement.
Requirements and context
- Cover Friendbot funding and USDC test-asset setup
- Include step-by-step contract deployment using scripts/deploy_testnet.sh and .env.testnet
- Walk through creating and paying an invoice via the backend API or CLI
- Show how to verify settlement execution and check artifacts/addresses.json
- Follow existing project conventions
Suggested execution
- Fork the repo and create a branch
git checkout -b docs/testnet-onboarding-guide
- Implement changes
- Test and commit
Example commit message
docs: add testnet onboarding guide for account setup through settlement
Guidelines
- Assignment required before starting
- PR description must include:
Closes #[issue_id]
- Keep PR description professional and detailed
Description
Write a comprehensive testnet onboarding guide that walks a new developer through the full end-to-end flow on Stellar testnet: funding a testnet account with Friendbot, deploying the COMEBACKHERE contracts, creating an invoice, paying it with USDC, and executing a settlement.
Requirements and context
Suggested execution
Example commit message
docs: add testnet onboarding guide for account setup through settlementGuidelines
Closes #[issue_id]