Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: adam1207 on February 06, 2019, 08:06:57 AM



Title: [ANN] MiniCryptoWallet - ETH & ETC wallet implemented with 1253 lines of code
Post by: adam1207 on February 06, 2019, 08:06:57 AM
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.


Title: Re: [ANN] MiniCryptoWallet - ETH & ETC wallet implemented with 1253 lines of code
Post by: Dancing_Coin on May 26, 2019, 03:06:22 PM
Well, let's see
Have you developed wallets for any other coins?