eth95 icon indicating copy to clipboard operation
eth95 copied to clipboard

[Feature Request] Custom Source

Open RyanRHall opened this issue 2 years ago • 0 comments

I would love to be able to embed a contract abi source in the URL params like eth95.dev?abi=<source> and the page makes a single request for the abi at that source. This would be helpful for scenarios where I want to give someone a link and then following the link gives them everything they need to interact with a contract. I end up manually walking lots of folks through the precursor steps when they're not quite blockchain natives.

For reference, Remix allows a user to insert a gist, filepath, or even the raw source code in a query param.

RyanRHall avatar Sep 27 '23 01:09 RyanRHall