You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing a contract change against a local Soroban sandbox likely requires manually running several soroban CLI commands from memory; a single make sandbox or scripts/local-sandbox.sh would speed up iteration. Add one.
Testing a contract change against a local Soroban sandbox likely requires manually running several
sorobanCLI commands from memory; a singlemake sandboxorscripts/local-sandbox.shwould speed up iteration. Add one.