Getting started
Eoonia Wallet is the official Empoorio multi-chain wallet (Flutter). Version 1.0.8+8 — production beta on Android, iOS, Web, and Desktop.
This guide uses only public information from projects/Eoonia_Wallet.
What you need
- A smartphone, computer, or browser
- A safe place to write down your 12-word backup phrase (offline, never share it)
- Optional: biometrics or a Ledger device for extra protection
We never ask for your seed phrase
Eoonia support, Discord, and email will never ask for your mnemonic or private keys. Anyone who does is a scammer.
Quick setup
- Download Eoonia for your platform — see Download.
- Create a new wallet or import an existing phrase / private key.
- Enable biometric lock (recommended).
- Back up your phrase on paper — not in cloud notes or screenshots.
- Switch network — EmpoorioChain testnet for DMS, or Ethereum / Polygon for ETH and MATIC.
- Explore send, receive, swap, WalletConnect, and Empoorio ecosystem modules.
- Try Creator Studio — launch on-chain protocols (RWAs, NFTs, DAOs, DeFi) from guided forms. Creator Studio guide.
EmpoorioChain testnet (default DMS network)
| Setting | Value |
|---|---|
| WebSocket | wss://testnet.empooriochain.org |
| Explorer | https://testnet.explorer.empooriochain.org |
| Token | DMS (Dracma) |
Mainnet
EmpoorioChain mainnet is not the default onboarding target in public docs until officially announced. Use testnet for development and testing.
Build from source (developers)
Requirements: Flutter 3.5+, Dart 3.5+ (see pubspec.yaml in the repository).
bash
git clone https://github.com/empoorio/Eoonia_Wallet.git
cd Eoonia_Wallet
flutter pub get
flutter runFull platform setup: Installation.
Next steps
- Architecture — how the app is structured
- Supported networks — chains Eoonia connects to
- WalletConnect — connect to dApps
- Security — keys, biometrics, and best practices
- Flutter SDK — integrate Eoonia Wallet SDK