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
A simulation is currently ephemeral. If you find surprising behaviour and want
to show someone, you have to describe the contract address, function, and every
argument by hand.
Acceptance Criteria
Encode contract address, selected function, arguments, and network into
the URL
Loading such a URL restores the form ready to simulate (do not
auto-simulate on load — that would fire network calls from a pasted link)
Add a "copy link" affordance once a simulation has run
Handle malformed or truncated URLs gracefully rather than crashing
Summary
A simulation is currently ephemeral. If you find surprising behaviour and want
to show someone, you have to describe the contract address, function, and every
argument by hand.
Acceptance Criteria
the URL
auto-simulate on load — that would fire network calls from a pasted link)
Tech Stack
TypeScript, React