From 230beec99f70c846582f470b0fd349158caae71f Mon Sep 17 00:00:00 2001 From: cathalmf Date: Mon, 10 Jun 2024 17:25:39 +0100 Subject: [PATCH] Removed Ethereum Studio (#423) Ethereum Studio no longer exists --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 92fc9809..d700bf74 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,6 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c #### IDEs * [Remix](https://remix.ethereum.org/) - Web IDE with built in static analysis, test blockchain VM. -* [Ethereum Studio](https://studio.ethereum.org/) - Web IDE. Built in browser blockchain VM, Metamask integration (one click deployments to Testnet/Mainnet), transaction logger and live code your WebApp among many other features. * [Atom](https://atom.io/) - Atom editor with [Atom Solidity Linter](https://atom.io/packages/atom-solidity-linter), [Etheratom](https://atom.io/packages/etheratom), [autocomplete-solidity](https://atom.io/packages/autocomplete-solidity), and [language-solidity](https://atom.io/packages/language-solidity) packages * [Vim solidity](https://github.com/tomlion/vim-solidity) - Vim syntax file for solidity * [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) - Visual Studio Code extension that adds support for Solidity