Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with other Remix plugins #12

Open
loredanacirstea opened this issue Feb 24, 2020 · 1 comment
Open

Integrate with other Remix plugins #12

loredanacirstea opened this issue Feb 24, 2020 · 1 comment
Labels
remix-plugin Issues regarding ChainLens as a Remix plugin

Comments

@loredanacirstea
Copy link
Member

Ideas for ChainLens plugin API:

  • event: exportingFromChainLens
  • method: exportWorkspace()

Other plugins could expose a loadFromChainLens() method. But this would work only if a plugin knows what other plugins are active. Then, the user would select the plugin from the list -> ChainLens would call this method.

@loredanacirstea loredanacirstea added the remix-plugin Issues regarding ChainLens as a Remix plugin label Feb 24, 2020
@loredanacirstea
Copy link
Member Author

PluginManager could have a method for retrieving active plugins. ChainLens would then check to see what plugins implement a certain method that it needs, in order to export contracts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
remix-plugin Issues regarding ChainLens as a Remix plugin
Projects
None yet
Development

No branches or pull requests

1 participant