-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
The wallet adapter provides How to use it https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/apps/nextjs-example/components/transactionFlow/SingleSigner.tsx#L33 |
Beta Was this translation helpful? Give feedback.
-
Hey @ctb0k33, |
Beta Was this translation helpful? Give feedback.
-
https://github.com/rkoranne0755/Aptos-Multisig-and-Signature-Verification.git Check out this example. |
Beta Was this translation helpful? Give feedback.
-
Check this out |
Beta Was this translation helpful? Give feedback.
The wallet adapter provides
signMessageAndVerify()
function where an account can sign a message and the adapter would verify the signature.How to use it https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/apps/nextjs-example/components/transactionFlow/SingleSigner.tsx#L33
Source code https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/packages/wallet-adapter-core/src/WalletCore.ts#L979 Real example here https://aptos-labs.github.io/aptos-wallet-adapter/