AztecProtocol / noir-starter

MIT License
168 stars 40 forks source link

Add on-the-fly proof generation #26

Open critesjosh opened 1 year ago

critesjosh commented 1 year ago

Problem

You can't easily create proofs from solidity atm.

Happy Case

You can generate proofs from a Solidity contract. Useful for testing. Basically do this

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

No

Support Needs

No response

critesjosh commented 1 year ago

Add this solution to the with-foundry example project. Include a test case for reference like image