Support of wallet-standard encrypt/decrypt #252
tanglepay-dev
started this conversation in
General
Replies: 3 comments 3 replies
|
@tanglepay-dev Sorry for the delay! Would you mind providing more info about your use case for these interfaces? |
2 replies
|
This would be amazing! I'm surprised this hasn't been implemented along with Encryption can already be done using the account address (public key) with packages like @adamdelphantom please consider! |
0 replies
|
Hello, I'm is there anything new concerning these features ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There is two experimental interfaces in wallet-standard for encryption/decryption of arbitrary data using the ed25519 key pairs.
https://github.com/wallet-standard/wallet-standard/blob/master/packages/experimental/features/src/encrypt.ts
https://github.com/wallet-standard/wallet-standard/blob/master/packages/experimental/features/src/decrypt.ts
Can phantom support these two via wallet-adapters?
// New to the Solona ecosystem, sorry if there is an oversight of current implementation.
All reactions