Machinalabs / remix-plugin-proposals

A repository that contains a list of Remix plugin proposals
0 stars 0 forks source link

RPP 01 - Etherscan Plugin - Migration #1

Closed defiboy closed 4 years ago

defiboy commented 4 years ago

Etherscan Remix Plugin

Background

The current Remix Etherscan Plugin is located at:

https://github.com/Machinalabs/remix-etherscan

And hosted in surge http://machinalabs-remix-etherscan-plugin.surge.sh/.

Proposal

Split views

The following image shows the dedicated API key capture view.

Screenshot 2020-04-30 at 20 41 21

The following image shows the new Contract Verification view with a new settings and receipts options.

verification-view

The receipts view

receipts-view

Remix Requirements

Remix should allow plugins to get a list of all of the contract names in the existing editor.

Resources

https://etherscan.io/sourcecode-demo.html

yann300 commented 4 years ago

Remix should allow plugins to get a list of all of the contract names in the existing editor.

you can get that from the compilation result right?

defiboy commented 4 years ago

Plugin migrated and deployed to https://machinalabs-remix-etherscan-plugin-v2.surge.sh