Author

Topic: [ANN] MiniCryptoWallet - ETH & ETC wallet implemented with 1253 lines of code (Read 175 times)

copper member
Activity: 623
Merit: 22
Well, let's see
Have you developed wallets for any other coins?
newbie
Activity: 1
Merit: 0
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.
Jump to: