New developers need funded testnet accounts to try the marketplace. Add:
(1) POST /api/v1/stellar/fund — accepts a public key, calls the Stellar friendbot to fund the account.
(2) Restrict to testnet only (return 403 on mainnet).
(3) Add rate limiting: 1 request per IP per hour.
(4) Surface a 'Fund with Testnet XLM' button in the frontend when wallet balance is 0.
(5) Document the endpoint in the backend README.
New developers need funded testnet accounts to try the marketplace. Add:
(1)
POST /api/v1/stellar/fund— accepts a public key, calls the Stellar friendbot to fund the account.(2) Restrict to testnet only (return 403 on mainnet).
(3) Add rate limiting: 1 request per IP per hour.
(4) Surface a 'Fund with Testnet XLM' button in the frontend when wallet balance is 0.
(5) Document the endpoint in the backend README.