o1-labs / zkapp-cli

CLI to create a zkApp (zero-knowledge app) for Mina Protocol
https://docs.minaprotocol.com/zkapps/how-to-write-a-zkapp
Apache License 2.0
114 stars 43 forks source link

Update all templates and examples to be compatible with Aysnc circuits #604

Closed ymekuria closed 5 months ago

ymekuria commented 6 months ago

Async circuits. Require all smart contract and zkprogram methods to be async https://github.com/o1-labs/o1js/pull/1477

Update all templates and examples.