You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developers/docs/ides/index.md
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,22 +11,17 @@ When it comes to setting up an [integrated development environment (IDE)](https:
11
11
12
12
If you're looking to fiddle with code before you [set up a local development environment](/developers/local-environment/), these web apps are custom-built for Ethereum smart contract development.
13
13
14
-
**Remix -****_Web-based IDE with built in static analysis, and a test blockchain virtual machine_**
14
+
**[Remix](https://remix.ethereum.org/)** -**_Web-based IDE with built in static analysis, and a test blockchain virtual machine_**
**EthFiddle -****_Web-based IDE that lets you write, compile, and debug your smart contract_**
18
+
**[Replit (Solidity Starter)](https://replit.com/@replit/Solidity-starter-beta)**- **_A customizable development environment for Ethereum with hot reloading, error checking, and first-class testnet support_**
**[Tenderly Sandbox](https://sandbox.tenderly.co/)** - **_A fast prototyping environment where you can write, execute, and debug smart contracts in the browser using Solidity and JavaScript_**
24
21
25
-
-[chainide.com](https://chainide.com/)
22
+
**[EthFiddle](https://ethfiddle.com/)** - **_Web-based IDE that lets you write, compile, and debug your smart contract_**
26
23
27
-
**Replit -****_A customizable development environment for Ethereum with hot reloading, error checking, and first-class testnet support_**
0 commit comments