You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to add mnemonic initialization to the WalletClient in the foton library. This feature would allow users to import wallets using mnemonic phrases, derive key pairs, and sign transactions using those keys.
Requirements
Implement a method to initialize WalletClient with a mnemonic phrase.
Derive key pairs using a standard derivation path.
Enable transaction signing with the derived keys.
The text was updated successfully, but these errors were encountered:
It would be great to add mnemonic initialization to the WalletClient in the foton library. This feature would allow users to import wallets using mnemonic phrases, derive key pairs, and sign transactions using those keys.
Requirements
Implement a method to initialize WalletClient with a mnemonic phrase.
Derive key pairs using a standard derivation path.
Enable transaction signing with the derived keys.
The text was updated successfully, but these errors were encountered: