infra-utils/seed2key-v1
Jakub Sokołowski f1e4ef372c
improve readme
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-22 01:08:26 +01:00
..
README.md improve readme 2020-02-22 01:08:26 +01:00
go.mod add seed2key-v1 2020-02-12 20:15:40 +01:00
go.sum add seed2key-v1 2020-02-12 20:15:40 +01:00
main.go add seed2key-v1 2020-02-12 20:15:40 +01:00

README.md

Description

This is a tiny utility for converting a Status V1 seed phrase into a private key.

I created it so I could use my normal Status account with the status-console-client.

It is written in GoLang, and requires the Go compiler.

Usage

The utility receives the seed phrase via standard input:

 $ echo "this is my secret seed phrase" | go run main.go
0x334d5305f760c5767e25fd23480a46790ba9c6cc3519196a96675259515128fa

WARNING

You might want to avoid using echo to not store your seed phrase in shell history.