This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Signing solana messages #7167
Unanswered
Rimantovas
asked this question in
Q&A
Replies: 1 comment
-
To sign messages with Solana, you use a Solana Keypair or a Wallet (like Phantom) and sign a message using the signMessage function from the Solana Web3.js SDK. If using a Keypair (Backend Signing): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can you sign messages with solana?
Beta Was this translation helpful? Give feedback.
All reactions