MiniCryptoWallet is a desktop wallet for Ethereum (ETH) and Ethereum Classic (ETC).
All features are implemented with 1253 lines of source code.
Generate ETH and ETC address
- Generate secure random password with 128-bit strength
- Derive ETH address from password
- Derive ETC address from password
- Derive ETH address from private key of elliptic curve secp256k1
- Derive ETC address from private key of elliptic curve secp256k1
- Graphical user interface
- Never access network
Send ETH and ETC
- Send ETH and ETC with password
- Send ETH and ETC with private key
- Generate and sign standard Ethereum transaction
- All transaction fields editable
- Send raw transaction to any RPC enabled node on Ethereum network (infura.io, geth, parity, ...)
- Graphical user interface
- Never access network except when sending raw transaction
- Does not need blockchain download
Visit
http://minicryptowallet.com/ for source code download.