1.8 KiB
1.8 KiB
Network Tasks Execution Guide - Quick Reference
Date: 2026-01-26
Quick Reference: How to execute all 22 network-dependent tasks
Quick Start
1. Automated Execution (Recommended)
cd metamask-integration
# Execute all network-dependent tasks
./scripts/execute-network-tasks.sh all
2. Manual Execution by Phase
See Executing Network Tasks Guide for detailed instructions.
Task Summary
| Phase | Tasks | Command |
|---|---|---|
| Deployment | 4 tasks | ./scripts/execute-network-tasks.sh deploy |
| Unit Tests | 5 tasks | forge test --match-path test/smart-accounts/** -vv |
| Integration Tests | 5 tasks | npm test |
| E2E Tests | 3 tasks | npm run test:e2e |
| Security Audit | 1 task | Contact audit firm |
| Production | 1 task | ./scripts/deploy-smart-accounts-complete.sh |
| UAT | 1 task | Manual process |
| Performance | 1 task | ./scripts/performance-test.sh |
| Outreach | 1 task | Video production |
Prerequisites Checklist
Before executing tasks:
- Network access to ChainID 138
- RPC endpoint configured
- Deployer wallet with sufficient ETH
- Foundry installed
- Node.js v18+ installed
- Environment variables set
- Contracts ready to deploy
Execution Order
- Deploy Contracts (4 tasks)
- Run Tests (13 tasks)
- Security Audit (1 task)
- Production Deployment (1 task)
- UAT & Performance (2 tasks)
- Outreach (1 task)
Documentation
Last Updated: 2026-01-26