-
Notifications
You must be signed in to change notification settings - Fork 397
Implement Example Program Using Ed25519 Signature Verification #348
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Alright on it gimme eh 15 min |
This example program demonstrates the integration of Ed25519 signature verification in a Solana Program, enabling secure spending of custodied funds. Program Objectives
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need an example program that demonstrates how to use the Ed25519 signature verification to spend custodied funds. This example should serve as a reference for developers looking to integrate Ed25519 signature verification into their Solana Program, particularly in the context of managing and spending custodied funds.
The text was updated successfully, but these errors were encountered: