cairo-vm
cairo-vm copied to clipboard
Offer a RPC devnet or local node wrapper for `cairo-rs`
Would allow Rust developers to opt out of the current Python impl. of starknet-devnet which is a Flask wrapper for the standard Python Cairo VM
@fmoletta hello, any plans for this?
We're currently working on making cairo-rs embeddable in Python as a module, so it should be possible to write a Flask wrapper similar to that. There are currently no plans to do it, but I don't see any reason to reject PRs building that wrapper. Is that what you were asking about?
We're currently working on making cairo-rs embeddable in Python as a module, so it should be possible to write a Flask wrapper similar to that. There are currently no plans to do it, but I don't see any reason to reject PRs building that wrapper. Is that what you were asking about?
Hi, yes it was thanks, but can you explain why we can't have a Rust-only stack in the future down the line?
There's no stoppers for that. We're still stabilizing some interfaces so you won't yet find the crate in crates.io, but you can still import it with the repo path if you want. Note Python support will still be needed if you use hints outside of those in the standard library.