aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-11-17 18:38:01 -0500
committerDeterminant <tederminant@gmail.com>2020-11-17 18:38:01 -0500
commit92b8b8e9628cac41d37226416107adc76b10e01b (patch)
tree8d3ff896eeabc2877b3d1e63fea5c30b19832b11 /README.rst
parent069e181cc935dc626802e5dc43983b4b0f6319f9 (diff)
support AVAX keystore files
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index aa9e27a..8f981f9 100644
--- a/README.rst
+++ b/README.rst
@@ -9,3 +9,8 @@ keytree.py
(recommended). If you instead do a normal pip install and use
``keytree.py`` (without ``./`` prefix), it will use the latest deps fetched
by pip.
+- You can also load the mnemonic from an existing JSON keystore file (generated
+ by the official AVAX Wallet): ``./keytree.py --from-avax-keystore``.
+- To see all private keys and the mnemonic word, use ``--show-private`` (only
+ use it after you look around and ensure there is no one else looking at your
+ screen).