(nodejs) How do I find a wallet address, public key, and private key, given a 24 word mnemonic phrase?
I’m trying to derive the aforementioned three elements from a 24 word phrase automatically via a nodejs script. How would I do this? I tried using mnemonicToWalletKey from the ton-crypto library.