[Feature Request] Custom Source
RyanRHall opened this issue · 0 comments
RyanRHall commented
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.