mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-24 09:58:18 +00:00
13 lines
380 B
Markdown
13 lines
380 B
Markdown
|
# Description
|
||
|
|
||
|
This is a tiny utility for converting a Status seed phrase into a private key.
|
||
|
|
||
|
I created it so I could use my normal Status account with the [status-console-client](https://github.com/status-im/status-console-client).
|
||
|
|
||
|
# Usage
|
||
|
|
||
|
```bash
|
||
|
$ echo "this is my secret seed phrase" | go run main.go
|
||
|
0x334d5305f760c5767e25fd23480a46790ba9c6cc3519196a96675259515128fa
|
||
|
```
|