Create remix_IDE.md

This commit is contained in:
bt3gl 2022-03-10 17:16:01 +00:00 committed by GitHub
parent 987647459a
commit f1418a14d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
solidity/remix_IDE.md Normal file
View file

@ -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.
<br>
<img width="414" alt="Screen Shot 2022-03-10 at 5 57 22 PM" src="https://user-images.githubusercontent.com/1130416/157715032-63dfbe5d-292d-48e3-8594-04902fb008f6.png">
<br>
* 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.