Skip to content

Commit

Permalink
chore: bye bye Zeromorph in Solidity (#8678)
Browse files Browse the repository at this point in the history
  • Loading branch information
maramihali authored Sep 23, 2024
1 parent 014bacc commit 74182c4
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 1,284 deletions.
1 change: 1 addition & 0 deletions barretenberg/cpp/src/barretenberg/bb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,7 @@ int main(int argc, char* argv[])
std::string output_path = get_option(args, "-o", "./target/contract.sol");
contract(output_path, vk_path);
} else if (command == "contract_ultra_honk") {
vinfo("Warning: Contract incomplete. Do not use in production!");
std::string output_path = get_option(args, "-o", "./target/contract.sol");
contract_honk(output_path, vk_path);
} else if (command == "write_vk") {
Expand Down
1 change: 1 addition & 0 deletions barretenberg/cpp/src/barretenberg/bb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Barretenberg UltraHonk comes with the capability to verify proofs in Solidity, i
```
4. Generate Solidity verifier
**WARNING:** Contract incomplete, do not use in production!
```bash
bb contract_ultra_honk -k ./target/vk -c $CRS_PATH -b ./target/hello_world.json -o ./target/Verifier.sol
Expand Down
Loading

0 comments on commit 74182c4

Please sign in to comment.