Skip to content

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

  1. Download Eoonia for your platform — see Download.
  2. Create a new wallet or import an existing phrase / private key.
  3. Enable biometric lock (recommended).
  4. Back up your phrase on paper — not in cloud notes or screenshots.
  5. Switch network — EmpoorioChain testnet for DMS, or Ethereum / Polygon for ETH and MATIC.
  6. Explore send, receive, swap, WalletConnect, and Empoorio ecosystem modules.
  7. Try Creator Studio — launch on-chain protocols (RWAs, NFTs, DAOs, DeFi) from guided forms. Creator Studio guide.

EmpoorioChain testnet (default DMS network)

SettingValue
WebSocketwss://testnet.empooriochain.org
Explorerhttps://testnet.explorer.empooriochain.org
TokenDMS (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 run

Full platform setup: Installation.

Next steps