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

Implement contract verification logic for Tact and FunC #230

Open
rahulyadav-57 opened this issue Jan 27, 2025 · 1 comment
Open

Implement contract verification logic for Tact and FunC #230

rahulyadav-57 opened this issue Jan 27, 2025 · 1 comment
Milestone

Comments

@rahulyadav-57
Copy link
Member

rahulyadav-57 commented Jan 27, 2025

Check verification status

  • Determine if the contract has already been verified.
  • Prevent redundant verification processes by identifying pre-verified contracts.

Collect contract files and build configuration

  • Gather necessary contract files and build configurations.
  • Push these to the backend of the TON contract verifier.

Handle backend response

  • Receive a msg cell from the backend.
  • Pass the received msg cell to the contract registry of the TON verifier for further processing.

Upon completing the final step, the contract will be successfully verified. You can view the verification results on verifier.ton.org or any TON explorer of your choice.

@rahulyadav-57 rahulyadav-57 added this to the 2025-01 milestone Jan 27, 2025
@verytactical
Copy link
Collaborator

@rahulyadav-57 Please fill the body of this issue. It's unclear what logic will it implement, and thus how long will it take.

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

No branches or pull requests

2 participants