mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-19 03:18:01 -04:00
Create remix_IDE.md
This commit is contained in:
parent
987647459a
commit
f1418a14d4
1 changed files with 14 additions and 0 deletions
14
solidity/remix_IDE.md
Normal file
14
solidity/remix_IDE.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue