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

Feature/34 syscall experiment #43

Merged
merged 14 commits into from
Jan 15, 2025
Merged

Conversation

twliu-dorian
Copy link
Collaborator

Draft Pull Request: PLONK Verifier for Starknet Sepolia Testnet

Description

This PR introduces a PLONK verifier contract that is deployable on the Starknet Sepolia testnet. The verifier is capable of validating PLONK proofs using the following inputs:

  • Proof
  • Verification Key
  • Public Signals

Key Updates

  1. PLONK Verifier Contract: Implements the core functionality for proof verification with pairing syscalls.
  2. Scarb Version Update: Upgraded to 2.9.2 to support u384Serde for circuits.
  3. Serde Macro Integration: Added serde macros to enable serialization and deserialization of the inputs.

@twliu-dorian twliu-dorian marked this pull request as ready for review January 15, 2025 01:04
@danielntmd danielntmd merged commit 63b4fae into main Jan 15, 2025
3 checks passed
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.

2 participants