essential-eth
essential-eth copied to clipboard
Is there no frommnemonic function?
Is there no frommnemonic function?
This is not yet implemented. Performing that function would require a heavy cryptographic library in the codebase. Are you needing this feature on a frontend?
In the interest of a small bundle-size, heavy cryptographic operations like this are currently not included. This may change in the future, but for now ethers.js should provide the solution you need.
Please re-open if I am mistaken.