-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cli link, add solc mention in solidity-verifiers/readme
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |