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
Bit of a late follow up, but I think everything you need is already there :)
It can handle pems, mnemonics and keystore files and provides a UserSigner that just takes a private key :) https://github.com/multiversx/mx-sdk-js-wallet
Though it is not a good idea to directly handle users private keys in a dapp, as that will be a huge security risk :)
A provider that loads a local wallet would be a nice improvement. It would be particularly useful for scripts that deploy smart contracts.
Another use case would be to make a web wallet. People could add their keystore in a website and use it to sign transactions directly in the app.
The text was updated successfully, but these errors were encountered: