Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cawfree/zk-starter
Browse files Browse the repository at this point in the history
  • Loading branch information
cawfree committed Nov 5, 2022
2 parents 09f4ac8 + a2942b9 commit 5f8c3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ curl -L https://foundry.paradigm.xyz | bash # install foundry

`zk-starter`'s build life cycle ensures that for each new arithmetic circuit you build, a corresponding [__Solidity__](https://docs.soliditylang.org/en/v0.8.17/) smart contract which inherits a compatible verifier will also be initialized for you to extend.

Likewise, for each circuit you create, a matching utility library is presented to the applicaton frontend application compile time. This provides namespaced high-level functions for generating and verifying proofs, and abstracting away the complexity of smart contract invocation for on-chain verification.
Likewise, for each circuit you create, a matching utility library is provided to the applicaton frontend at compile time. This yields namespaced high-level functions for generating and verifying proofs, and abstracting away the complexity of smart contract invocation for on-chain verification.

### 🙏 Attribution

Expand Down

0 comments on commit 5f8c3f7

Please sign in to comment.