- Notifications
You must be signed in to change notification settings - Fork70
feat: Add Action Signing and verification and Utilities#50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
mooncitydev left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Updated README.md to include detailed examples for common SDK functions (createActionHeaders, creating typed payloads, and createPostResponse). Added an NPM installs badge for better visibility. Improved formatting and structure for clarity and readability. Provided a clear link to the Typedoc documentation for easy reference.
This pull request introduces the following changes:
Added signActionPayload.js utility for signing action payloads using Solana wallets.
Added verifySignedAction.js utility for verifying signed action payloads.
Added exampleUsage.js to demonstrate the integration of the signing utility.
Updated the README with information and examples for using these new utilities.
These updates enhance the SDK's functionality by enabling secure, wallet-integrated signing and verification of actions.