diff --git a/solidity/remix_IDE.md b/solidity/remix_IDE.md new file mode 100644 index 0000000..8b5c396 --- /dev/null +++ b/solidity/remix_IDE.md @@ -0,0 +1,14 @@ +## Remix IDE + +Remix IDE is an open source web3 application and it's used for the entire journey of smart contract development. + +
+ +Screen Shot 2022-03-10 at 5 57 22 PM + + +
+ +* Everything in Remix is a plugin. The plugin mamanger is the place to load functionalities and create your own plugins. +* By default, Remix stores files in Workspaces, which are folders in the browser's local storage. +* You can publish all files from current workspace to a gist, using the Gist API.