You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem\nTo run real policies and session-key actions, the account must be deployable from the app. The UX should follow a fund-first, deploy-later flow.\n\n## Context\nRelevant code: \n- Class hash pin: apps/mobile/lib/starknet/contracts.ts\n- Account helpers: apps/mobile/lib/starknet/account.ts\n- Wallet snapshot: apps/mobile/lib/wallet/wallet.ts\n\n## Scope\n- In live mode, implement a deploy flow with clear states: needs funding -> ready to deploy -> deploying -> deployed.\n- Persist deploy tx hash and deployed state across restarts.\n- Provide copyable address and faucet instructions (Sepolia).\n\n## Out of Scope\n- Factory-based deployments (optional later).\n\n## Acceptance Criteria\n- [ ] Live mode: user can deploy the account after funding the deterministic address.\n- [ ] App can verify nonce/balances after deploy.\n- [ ] Deploy status is resilient to app restarts.\n- [ ] ./scripts/app/check passes.\n\n## Depends On\n- Backend abstraction: #2\n
Problem\nTo run real policies and session-key actions, the account must be deployable from the app. The UX should follow a fund-first, deploy-later flow.\n\n## Context\nRelevant code: \n- Class hash pin:
apps/mobile/lib/starknet/contracts.ts\n- Account helpers:apps/mobile/lib/starknet/account.ts\n- Wallet snapshot:apps/mobile/lib/wallet/wallet.ts\n\n## Scope\n- In live mode, implement a deploy flow with clear states: needs funding -> ready to deploy -> deploying -> deployed.\n- Persist deploy tx hash and deployed state across restarts.\n- Provide copyable address and faucet instructions (Sepolia).\n\n## Out of Scope\n- Factory-based deployments (optional later).\n\n## Acceptance Criteria\n- [ ] Live mode: user can deploy the account after funding the deterministic address.\n- [ ] App can verify nonce/balances after deploy.\n- [ ] Deploy status is resilient to app restarts.\n- [ ]./scripts/app/checkpasses.\n\n## Depends On\n- Backend abstraction: #2\n