Getting My BIP39,Mnemonic Code Converter To Work
To achieve this I made use of the bitwasp/bitcoin php library (disclosure: I wrote it) and identified as Bip39::mnemonicToEntropy to validate. in the event the mnemonic was rejected, I printed out the bitstring, transformed to the byte string, and identified as Bip39Mnemonic::entropyToMnemonic.
The