Creating an HD wallet as per BIP39, adapted from O'Reilly's Mastering Bitcoin by Andreas Antonopoulos
$ bx seed > entropy
$ bx hd-mnemonic < entropy > words
$ bx mnemonic-decode < words
$ bx hd-new < entropy > master
Q3 Why is the (supposedly optional) passphrase as salt left out?
Q4 I do not have access to run the bx tools ATM, are there detailed docs that show the --help output text?
Q5 Finally, is bx the canonical CLI tool for air-gapped tasks like creating new BIP39/BIP32 wallets, hashing / encoding different formats etc? I get a bit confused using the GUI / JS tools.