This week was focused on network + wallet integration: bringing the chain online with the right configuration, enabling core network features, and connecting the mobile wallet to a live endpoint so it can read balances and send transactions.
Current Status
- Current Week: 7 of 16
- Overall Progress: ~75%
- Timeline:
On Track - Current Focus: Final MEV feature verification (auto-execution behavior)
Progress This Week
1) Chain is Running + RPC is Live
The Substrate node is running and reachable via RPC/WebSocket. Infrastructure and endpoint are stable , giving the wallet a real network to connect to.
2) Genesis Pre-Funding Applied
- Dev accounts were configured and funded at genesis (example: Alice & other dev accounts funded at genesis). This has been verified on-chain.
3) MEV Protection Pallet Integrated On-Chain
- MEV protection is integrated into the runtime and confirmed present/available via chain metadata and RPC.
5) Mobile App UI Improvements
- Network badge with connection status (blue/red dots)
- Currency display: USD β CHML
- Quick-select dev account buttons on Send screen
- MEV protection toggle UI
6) Mobile Wallet Connected to Chain (Balances + Transactions Working)
The mobile wallet is now communicating with the chain:
- Dev wallet balances are visible in-app
- Regular send/receive transactions work end-to-end
Whatβs In Progress
MEV Auto-Execution Verification
Protected transactions can be submitted successfully, the remaining step is verifying the auto-execution behavior after the intended delay, which is the current focus.
Technical Details
| Component | Status |
|---|---|
| Node Status | |
| Genesis | |
| MEV Pallet | |
| Mobile App | |
| MEV Auto-Execute |
Next Steps
- Complete MEV auto-execution verification (submit β delay β execute)
- Run full MEV workflow testing through the mobile wallet
- Move into Week 8 pallet development (starting next module work like pDEX/bridge/staking sequencing)