Skip to content

Conversation

@aremys
Copy link

@aremys aremys commented Nov 20, 2024

This commit introduces two new utilities to the Solana Actions SDK:

  1. Action Signing (signActionPayload):

Allows users to sign an action payload using their connected Solana wallet.

Ensures secure and verifiable communication between users and the SDK.

  1. Action Verification (verifySignedAction):

Verifies the authenticity of signed payloads by checking the signature against the wallet's public key.

Prevents tampering and ensures trust in action execution.

Additionally, an example usage file (exampleUsage.js) is included to demonstrate how these utilities can be seamlessly integrated with wallets like Phantom or Solflare.

This commit introduces two new utilities to the Solana Actions SDK:

1. Action Signing (signActionPayload):

Allows users to sign an action payload using their connected Solana wallet.

Ensures secure and verifiable communication between users and the SDK.

2. Action Verification (verifySignedAction):

Verifies the authenticity of signed payloads by checking the signature against the wallet's public key.

Prevents tampering and ensures trust in action execution.

Additionally, an example usage file (exampleUsage.js) is included to demonstrate how these utilities can be seamlessly integrated with wallets like Phantom or Solflare.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant