Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cawfree authored Nov 5, 2022
1 parent aed5197 commit aaa6055
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ curl -L https://foundry.paradigm.xyz | bash # install foundry

### ♻️ Lifecyle

`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 every circuit you create, a high-level utility library is injected into the applicaton frontend at compile time; this provides high level functions for generating proofs, verifying proofs, and generating compatible calldata for on-chain verification.
`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.

### 🙏 Attribution

Expand Down

0 comments on commit aaa6055

Please sign in to comment.