Skip to content

Electrum Doge is a cross-platform, multi-address wallet for Dogecoin, combining a React frontend, Node.js backend, and Electron for desktop. It supports ledger-based cold storage, local wallets (BIP39/BIP32), and custom Electrum servers for Dogecoin.

License

Notifications You must be signed in to change notification settings

brdev-c/Electrum-Doge

Repository files navigation

Latest Release License: MIT

🌟 Electrum Doge Wallet

A Dogecoin wallet built on the Electrum framework. Supports BIP39/BIP32 (12-word seeds), single WIF private keys, partial Ledger integration, and custom Electrum servers.


Key Features ⚙️

  • Multiple addresses (external & change) under one wallet
  • AES-256 encrypted wallet files (password-protected)
  • Connect to public or custom Dogecoin Electrum servers
  • Ledger hardware wallet (beta) for secure signing
  • React + Node.js + Electron for desktop builds

Downloads 📦

Latest Release
(Windows, macOS, Linux)

Or clone directly:

git clone https://github.com/brdev/ElectrumDogeWallet.git

Installation & Usage 💻

  1. Install dependencies:
    npm install
  2. Start React frontend:
    npm run start
    Runs on http://localhost:3000
  3. (Optional) Node.js backend:
    cd src-back
    npm install
    npm start
    Typically on http://localhost:3001

Building Electron

npm run electron:build

Output goes to dist/ folder.


Basic Usage

  1. Create/Import a wallet (BIP39 seed or WIF)
  2. Encryption with a user-defined password (AES-256)
  3. Addresses for external (receiving) and change
  4. Electrum Servers (public/custom)
  5. Ledger (optional) for hardware security

License 📄

Released under the MIT License.

Note: Keep seed phrases safe. You are responsible for your private keys.

About

Electrum Doge is a cross-platform, multi-address wallet for Dogecoin, combining a React frontend, Node.js backend, and Electron for desktop. It supports ledger-based cold storage, local wallets (BIP39/BIP32), and custom Electrum servers for Dogecoin.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages