[Ethereum] How to Save solidity remix.ethereum file in local disk with sol extension|How to upload/direct load on github after save on local disk

remixsolidity

Below is my solidity code on remix.ethereum and also created token in ethereum blockchain and now i wants to save my file in my local disk and after save wants to upload on github with verified comment. please help how i can do this ?
http://remix.ethereum.org/#optimize=true&version=soljson-v0.4.25+commit.59dbf8f1.js

Best Answer

  • On the left of the Remix workspace is the "Icon Panel."
    https://remix-ide.readthedocs.io/en/latest/layout.html
  • At the top of that is the Remix logo icon that looks like a head with headphones.
  • Click the Remix logo icon to open the "Home Page."
  • On the Home page, on the left is a "File" section.
  • In the File section is a link to "Download all Files."
  • Clicking that causes Remix to create a ZIP file with all the files in the IDE that you can save to your local disk.
Related Topic