Skip to content

Convert an ACIR circuit to the constraint system that barretenberg uses

Notifications You must be signed in to change notification settings

vezenovm/acir-to-bberg-circuit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACIR to bb.js circuit

Convert an ACIR circuit generated by Noir.

How to use the repo:

  1. Install the binary using the command below
cargo install --path=.
  1. Then enter your Noir project directory

  2. Compile a circuit using nargo.

nargo compile test
  1. Then run the command below
acir-to-bberg-circuit <path_to_nargo_compile_output>

The default path will be ./target/main.json, and it will change the JSON file directly. It should be noted that it will also overwrite the proving key and verification key to be empty if exist in the original build artifact.

About

Convert an ACIR circuit to the constraint system that barretenberg uses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages