- Create a focused branch from
main. - Keep all network integrations restricted to Stellar Testnet.
- Do not add private keys, recovery phrases, account secrets, analytics, or fabricated financial data.
- Preserve strict TypeScript checks and verify transaction changes against the live Testnet contract interface.
- Run the full verification suite before opening a pull request:
npm ci
npm run lint
npm run typecheck
npm run buildExplain the user impact, network impact, and verification performed. Frontend changes that alter transaction construction should include the relevant Stellar operation or Soroban contract method.
Never include .env, .config, generated secrets, or funded identities.