aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 8f981f96dcac1ed6b29b00ff8038004639e826e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
keytree.py
==========

- Make sure you have Python >= 3.7
- CD into the cloned repo
- Derive 10 keys from the given mnemonic: ``./keytree.py --end-idx 10``
- Generate a new mnemonic and derive 10 keys from it: ``./keytree.py --end-idx 10 --gen-mnemonic``
- Caveat: the above instructions use a freezed, full clone of all dependencies
  (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).