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

Design Chain Interface for Rust #62

Open
ktemkin opened this issue Sep 23, 2024 · 0 comments
Open

Design Chain Interface for Rust #62

ktemkin opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ktemkin
Copy link
Collaborator

ktemkin commented Sep 23, 2024

Description

Being able to excute LLVM IR alone is not all that useful. As we want this effort to enable writing contracts, we have to determine how to expose the chain’s interface to the guest code. This will likely require a source-language specific effort, so for now we will focus on Rust.

This should expose basic chain operations to rust, as well as "host calls" to allow passing data back and forth between user-written (non-polyfill) Cairo and code compiled from LLVM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants