aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/README.md
Commit message (Collapse)AuthorAgeFilesLines
* cmd/ethkey: fix the README to match updated commands (#17332)Evangelos Pappas2018-09-041-3/+15
|
* cmd/ethkey: new command line tool for keys (#15438)Steven Roose2017-12-211-0/+41
ethkey is a new tool that serves as a command line interface to the basic key management functionalities of geth. It currently supports: - generating keyfiles - inspecting keyfiles (print public and private key) - signing messages - verifying signed messages