ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.36k stars 888 forks source link

add example to load file from a directory #952

Open Aniket-Engg opened 3 years ago

Aniket-Engg commented 3 years ago

Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files

Charchitkumawat04 commented 1 year ago

You Mean in same Section or new Section?

code-death commented 1 year ago

https://remix.ethereum.org/?#activate=defiexplorer,solidity&call=fileManager//open//contracts/myDirectory/myFile.sol

Will this example work ?

AnmolSirola commented 12 months ago

@Aniket-Engg Can I work on this issue ?

fwx5618177 commented 11 months ago

Have it solved?