-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Local implementation of simulated tx #22271
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
Comments
Thank you for opening this issue, a team member will review it shortly. Until then, please do not interact with any users that claim to be from Sui support and do not click on any links! |
@web3olalala to run that locally, you would need to run a local instance of Sui blockchain. You could check this project as a starter: https://suibase.io/
|
For 2, we do not have a forking capability yet. It's something we want to add, but there's no ETA yet. |
@stefan-mysten For 1, any suggestions? I'd like to create a minimal simulation of a packge locally. |
@web3olalala I am not sure, I asked internally and hope that someone will be able to share some insights on 1. |
hello guys, I'm realizing the development of the Sui contract toolchain and I'm currently experiencing a technical problem.
How to implement a devInspectTransactionBlock function locally, maybe I need to synchronize the related Object and contract bytecode locally?
Is it possible to implement a function similar to Hardhat's ability to replicate the state of mainet to local ?
The text was updated successfully, but these errors were encountered: