Skip to content

docs: add Groth16 community converter tools and examples links#465

Open
mysteryon88 wants to merge 3 commits into
aptos-labs:mainfrom
mysteryon88-forks:main
Open

docs: add Groth16 community converter tools and examples links#465
mysteryon88 wants to merge 3 commits into
aptos-labs:mainfrom
mysteryon88-forks:main

Conversation

@mysteryon88

Copy link
Copy Markdown

Summary

This PR adds a new Groth16 verifier contract generation tool for Aptos and introduces zk examples that demonstrate how to use generated verifiers in Aptos Move projects.

The new generator expands the currently documented verifier generation flow by supporting:

  • BN254 and BLS12-381 curves
  • snarkjs-compatible workflows
  • arkworks-based proving workflows
  • Aptos Move verifier contract generation

This is intended to make zk application development on Aptos easier for developers who work with different proving stacks and elliptic curves.

Motivation

The existing verifier generation tool is limited to the snarkjs + BLS12-381 flow and has not been updated recently. This PR adds a more flexible generator that supports both BN256 and BLS12-381, as well as examples for multiple zk development ecosystems (arkworks, gnark).

This should help developers build and test Groth16-based zk applications on Aptos without having to manually translate verifier logic into Move.

@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

@mysteryon88 is attempting to deploy a commit to the AptosLabs Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant