Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contract module #17

Merged
merged 8 commits into from
Sep 5, 2024
Merged

Contract module #17

merged 8 commits into from
Sep 5, 2024

Conversation

hmzakhalid
Copy link
Member

No description provided.

Split up the contracts into two directories `evm-base` and `risc0`. The idea here is that there are probably common elements between CRISP solidity implementations for various compute providers. I imagine the same is true for the Rust implementation, so perhaps it's worth also treating the current `compute_provider` repo as a base that the implementations for each compute provider can inherit from. The `risc0` directory was generated by `forge init` using the risc0 template, so it also includes templated host and guest code.
Copy link

vercel bot commented Sep 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
crisp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 5, 2024 0:26am

@hmzakhalid hmzakhalid merged commit 2e88028 into crisp_poc Sep 5, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants