Skip to content

Implement Example Program Using Ed25519 Signature Verification #348

Open
@anthonyliriano

Description

@anthonyliriano

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.

Activity

lenquadica

lenquadica commented on Feb 3, 2025

@lenquadica

Alright on it gimme eh 15 min

Davidokeke4life

Davidokeke4life commented on Mar 4, 2025

@Davidokeke4life

This example program demonstrates the integration of Ed25519 signature verification in a Solana Program, enabling secure spending of custodied funds.

Program Objectives

  1. Implement Ed25519 Verification: Showcase the use of Ed25519 signature verification in a Solana Program.
  2. Secure Custodied Funds Management: Demonstrate the secure spending of custodied funds using Ed25519 verification.
  3. Provide Developer Reference: Offer a well-documented example for developers to integrate Ed25519 verification into their Solana Programs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @ngundotra@anthonyliriano@Davidokeke4life@lenquadica

      Issue actions

        Implement Example Program Using Ed25519 Signature Verification · Issue #348 · solana-developers/program-examples