ava-labs / hypersdk

Opinionated Framework for Building Hyper-Scalable Blockchains on Avalanche
https://hypersdk.xyz/
Other
191 stars 96 forks source link

Implement HyperSDK ZK example using gnark (fast, golang-based ZK framework) #256

Open patrick-ogrady opened 1 year ago

patrick-ogrady commented 1 year ago

The prover should be implemented as a standalone binary such that anyone can send proofs to the mempool for inclusion.

patrick-ogrady commented 11 months ago

May want to consider using Lasso/Jolt instead: https://a16zcrypto.com/posts/article/introducing-lasso-and-jolt/

github-actions[bot] commented 9 months ago

This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will exempt this issue from future lifecycle events.

patrick-ogrady commented 3 months ago

Good example: https://github.com/informalsystems/cosmos-sdk/blob/gnark50/simapp/gnarkcli/README.md

patrick-ogrady commented 1 month ago

Related: https://github.com/ava-labs/hypersdk/discussions/941