From 89a2e1bc908ab4638f7edcc071cc4ca90f78ba3c Mon Sep 17 00:00:00 2001 From: Pranesh A S <42379522+PraneshASP@users.noreply.github.com> Date: Fri, 8 Oct 2021 18:51:10 +0530 Subject: [PATCH] Added Remix IDE to the Playgrounds file (#5598) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added Remix IDE to the Playgrounds file A powerful Browser IDE for playing around with Solidity smart contracts! * Update more/free-programming-playgrounds.md Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * whitespace Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * spaces Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: Eric Hellman --- more/free-programming-playgrounds.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-playgrounds.md b/more/free-programming-playgrounds.md index e8612021..c8cd5769 100644 --- a/more/free-programming-playgrounds.md +++ b/more/free-programming-playgrounds.md @@ -33,6 +33,7 @@ * [Rust](#rust) * [RxJS](#rxjs) * [Scala](#scala) +* [Solidity](#solidity) * [SQL](#sql) * [Svelte](#svelte) * [Swift](#swift) @@ -246,6 +247,11 @@ * [Scastie](https://scastie.scala-lang.org) +### Solidity + +* [Remix IDE](https://remix.ethereum.org) + + ### SQL * [Extends Class](https://extendsclass.com/sqlite-browser.html)