Skip to content

onyxrev/ethereum_wallet_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}

About

Generate Ethereum wallets (address and private key) in Elixir (with C bindings to crypto)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages