Releases: OmLanke/MeshWallet
MeshWallet - v1.0.0
MeshWallet v1.0.0 - Initial Release
MeshWallet is a self-custodial Ethereum mobile wallet (iOS & Android) built for connectivity-optional environments. When internet access is unavailable, signed transactions are routed hop-by-hop through a Bluetooth Low Energy mesh network made up of nearby devices running the app. Once any node in the mesh gains connectivity, it flushes buffered transactions to the Ethereum RPC endpoint (Sepolia testnet) and polls for confirmation.
Private keys are generated on-device and stored in the OS secure enclave via expo-secure-store. All BLE packets are AES-256-GCM encrypted, carry a TTL, and are deduplicated before relay. WalletConnect v2 support allows pairing with dApps. Transaction history is persisted locally with SQLite.
Full Changelog: https://github.com/OmLanke/MeshWallet/commits/1.0.0