How to download .sol files from remix soliditty
A simple alternative to Remix IDE to develop and test Solidity Smart Contracts Branch: master. New pull request. Find file. Clone or download everything and deploy all contracts in the currently open .sol file on the local ganache host. The files used in the examples can be downloaded here: One contract: import "./Mortal.sol"; (Note: The online solidity editor Remix uses ./); Compile the library