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
This feature would allow users to encrypt using their Trezor device via this easy to use library. The use cases for this are
numerous: encrypting data to be stored in IPFS / on-chain is one of them.
Feature Description
The Trezor connector needs to implement this cipherKeyValue function.
@tzumby@Adamj1232 How are you doing?
With this kind of thinking, I can implement Trezor Wallet connection for a dapp using other wallet connector library?
I mean, if I've already used web3-react or rainbow kit for wallet connector, and wanna integrate Trezor wallet connection, is it possible to embed web3-onboard library or use above way?
Thanks.
Is your request related to a problem?
This feature would allow users to encrypt using their Trezor device via this easy to use library. The use cases for this are
numerous: encrypting data to be stored in IPFS / on-chain is one of them.
Feature Description
The Trezor connector needs to implement this
cipherKeyValue
function.https://docs.trezor.io/trezor-suite/packages/connect/methods/cipherKeyValue.html
https://github.com/satoshilabs/slips/blob/master/slip-0011.md
Alternative Solutions
This is possible with Metamask using:
https://docs.metamask.io/wallet/reference/eth_getencryptionpublickey/
https://docs.metamask.io/wallet/reference/eth_decrypt/
Anything else?
No response
The text was updated successfully, but these errors were encountered: