Skip to content

Commit

Permalink
fix cli link, add solc mention in solidity-verifiers/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucube committed Apr 17, 2024
1 parent 02b33d2 commit 19b004d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solidity-verifiers/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# `solidity-verifiers`

This crate implements templating logic to output verifier contracts for `sonobe`-generated decider proofs.
This crate is accompanied with the [cli](cli) crate, which allows to generate the Solidity contracts from the command line.
This crate is accompanied with the [cli](https://github.com/privacy-scaling-explorations/sonobe/tree/main/cli) crate, which allows to generate the Solidity contracts from the command line.

To run the tests it needs [solc](https://docs.soliditylang.org/en/latest/installing-solidity.html) installed.

0 comments on commit 19b004d

Please sign in to comment.