From ef950815ee20baeceb304aab055d453f7ec288b2 Mon Sep 17 00:00:00 2001 From: Tom French Date: Thu, 11 May 2023 05:15:01 +0100 Subject: [PATCH] chore: update readme to new name and add contract note --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc79f9f..da00deaf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -# aztec_backend +# acvm-backend-barretenberg This is a backend for the [ACVM](https://github.com/noir-lang/acvm) which allows proving/verifying ACIR circuits against Aztec Protocol's [Barretenberg](https://github.com/AztecProtocol/barretenberg) library. +## Verifier contract repository + +The [verifier contracts](./src/acvm_interop/contract.sol) generated by this library are developed in https://github.com/AztecProtocol/aztec-verifier-contracts. As such, we cannot accept any modifications to the contracts directly and any changes to the contracts must first be made and accepted in the upstream repository. + ## Working on this project Due to the large number of native dependencies, this project uses [Nix](https://nixos.org/) and [direnv](https://direnv.net/) to streamline the development experience.