keytree ======= - CD into the cloned repo - Install the deps: ``pip3 --user install .`` - 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``