NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
11 stars 8 forks source link

Import multiple source files via URL #76

Closed stranger80 closed 3 weeks ago

stranger80 commented 5 months ago

Currently, we can specify URL arguments, but there is no support for importing multiple files/directory structures. I'm now exploring the plugin’s functions that can be called in the Remix URL. For example, the LearnEth plugin has a function called 'addRepository' that can be used like this: https://remix.ethereum.org/?#activate=LearnEth&call=LearnEth//addRepository//NethermindEth/StarknetByExample//main Do you know of a way to import directories in the remix file manager? If not, would it be possible to add a custom function tailored to this need in our plugin, similar to what LearnEth has done?

stranger80 commented 4 months ago

This is done in Starknet plugin - can be ported form there