Overview
Message signing allows you to apply a unique cryptographic signature to messages, ensuring authenticity and integrity. This is particularly useful for verifying ownership of accounts or authorizing actions without sending a transaction. Using the CDP-SDK, developers can sign messages for Solana. In this guide, you will learn how to:- Sign a message using the CDP v2 Server Wallet
Prerequisites
It is assumed you have already completed the Quickstart guide.Sign message
Input a message to sign. The CDP v2 Server Wallet will return a signature that can be used to verify the message.Webhooks
You can subscribe to Solana message signing operations using Wallet webhooks. Thewallet.message.signed event lets you build an audit trail of all signed messages across your wallets.
What to read next
- Wallet webhooks: Track signing operations, transaction lifecycle, and delegation events in real time.
- API Reference: Explore the complete API reference for Solana message signing.