Skip to content

Commit 2da5db9

Browse files
Add Tenderly Sandbox to IDEs
Per @samajammin's suggestion, I added Tenderly Sandbox to the web-based IDEs section. Also tweaked the link styles a bit to make them cleaner.
1 parent 0df56c7 commit 2da5db9

File tree

1 file changed

+6
-11
lines changed
  • src/content/developers/docs/ides

1 file changed

+6
-11
lines changed

src/content/developers/docs/ides/index.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,17 @@ When it comes to setting up an [integrated development environment (IDE)](https:
1111

1212
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.
1313

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_**
1515

16-
- [remix.ethereum.org](https://remix.ethereum.org/)
16+
**[ChainIDE](https://chainide.com/)** - **_A cloud-based multi-chain IDE_**
1717

18-
**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_**
1919

20-
- [ethfiddle.com](https://ethfiddle.com/)
21-
- [Gitter](https://gitter.im/loomnetwork/ethfiddle)
20+
**[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_**
2221

23-
**ChainIDE -** **_A Cloud-Based Multi-Chain IDE_**
22+
**[EthFiddle](https://ethfiddle.com/)** - **_Web-based IDE that lets you write, compile, and debug your smart contract_**
2423

25-
- [chainide.com](https://chainide.com/)
26-
27-
**Replit -** **_A customizable development environment for Ethereum with hot reloading, error checking, and first-class testnet support_**
28-
29-
- [Solidity starter](https://replit.com/@replit/Solidity-starter-beta)
24+
- **[Gitter](https://gitter.im/loomnetwork/ethfiddle)**
3025

3126
## Desktop IDEs {#desktop-ides}
3227

0 commit comments

Comments
 (0)