From f1418a14d46d139c4adf8dea56771148c9cf06bf Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Thu, 10 Mar 2022 17:16:01 +0000
Subject: [PATCH] Create remix_IDE.md
---
solidity/remix_IDE.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 solidity/remix_IDE.md
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.
+
+
+
+
+
+
+
+
+* 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.