8000 GitHub - kare/ewallet: Go program that generates Ethereum private key, public key and address
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kare/ewallet

Repository files navigation

kkn.fi/cmd/ewallet

Description

ewallet is an experimental Ethereum command line utility that converts an Ethereum private key to address or public key and to converts an Ethereum adress to mixed-case checksum address encoding as defined in EIP-55.

Install

go install kkn.fi/cmd/ewallet

Command line examples

Generate new private key

ewallet new

Output

7488b71626c424bfd2b0c9b3c6a83a00c1de6312453f016d5f40dfa86a96409c

Convert private key to address

ewallet address 7488b71626c424bfd2b0c9b3c6a83a00c1de6312453f016d5f40dfa86a96409c

Output

0x655A7A1f0E1819e3395723DDD2a9D900fAff5cFB

Convert private key to public key

ewallet public 7488b71626c424bfd2b0c9b3c6a83a00c1de6312453f016d5f40dfa86a96409c

Output

ef3561edac05d3f0b5becc5d851686fffee6b8565ae471510008b3124b000cd5e7f3b2f58ad7e8912f153f04444d26bbb2de1aa13c1691a9d2a04c0b3c111216

Convert address to checksum case

ewallet checksum 0X655a7a1F0e1819E3395723ddd2A9d900FaFF5Cfb

Output

0x655A7A1f0E1819e3395723DDD2a9D900fAff5cFB

About

Go program that generates Ethereum private key, public key and address

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0