Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 577 Bytes

Build Status

Ethereum Wallet

Generate Ethereum public addresses and private keys using Elixir with C bindings to crypto libraries.

Usage

Pretty straightforward. No support for BIP39/44 or anything at this time.

iex(1)> Ethereum.Wallet.generate
%Ethereum.Wallet{
  address: "0x9ec5ea8bb6f486fd4cde94d38fee18f2f3e71525",
  private_key: "0625d3bf685351d3ff2374a4368438b28315b64adb6e44b122759682f3868720"
}