-
Notifications
You must be signed in to change notification settings - Fork 63
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
Expose Devnet provider API in Rust #502
Comments
Inside of tests of people using Rust SDKs for interacting with Starknet? |
yes! |
This could also be a part of starknet-devnet-js. That library could:
Inspiration could be taken from the |
Closed via 0xSpaceShard/starknet-devnet-js#15. Consider reopening if needed as a Rust feature. |
Reopening because it seems we need this as a Rust feature, too. We could expose the BackgroundDevnet that we already have, perhaps in a new or an existing crate, or we could open a new repo, similar to starknet-devnet-js. |
Let's see for the future the possibility of instantiating devnet inside tests, like so:
reference and more examples:
https://alloy.rs/examples/anvil/fork_anvil.html
The text was updated successfully, but these errors were encountered: