Skip to content
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

feat: add osec solana program verification api #220

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thrishank
Copy link
Contributor

Pull Request Description

Related Issue

Fixes #198

Changes Made

This PR adds the following changes:

  • Added a function to verify solana programs
  • Another function to check whether a solana Program is verified or not

Implementation Details

  • To verify a Program the function verifySolanaProgram sends a POST request to osec api with the github repo and program address as body
  • To check the status of program function getProgramVerificationStatus sends a GET request to osec api and returns the result

Prompt Used

Screenshot 2025-01-16 at 2 24 06 PM Screenshot 2025-01-16 at 2 37 54 PM

Checklist

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.

AI Agent Solana Program Verification Support
1 participant