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
I'd like to be able to use yahcli to create accounts with ECDSA keys.
Solution
Currently, accounts created using the yahcli "accounts create" command are generated using ed25519 keys. There are times we need accounts created with ECDSA keys for EVM related activities.
It would be ideal if we could expand all of the actions under yahcli create to optionally support ECDSA keys in addition to the current ed25519 keys.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
I'd like to be able to use yahcli to create accounts with ECDSA keys.
Solution
Currently, accounts created using the yahcli "accounts create" command are generated using ed25519 keys. There are times we need accounts created with ECDSA keys for EVM related activities.
It would be ideal if we could expand all of the actions under
yahcli create
to optionally support ECDSA keys in addition to the current ed25519 keys.Alternatives
No response
The text was updated successfully, but these errors were encountered: