Skip to content

Commit 59de7dd

Browse files
authored
Merge pull request #7930 from emmanuel-awosika/patch-33
Add Tenderly Sandbox to IDEs
2 parents 0df56c7 + 2ffb8b1 commit 59de7dd

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)
22-
23-
**ChainIDE -** **_A Cloud-Based Multi-Chain IDE_**
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_**
2421

25-
- [chainide.com](https://chainide.com/)
22+
**[EthFiddle](https://ethfiddle.com/)** - **_Web-based IDE that lets you write, compile, and debug your smart contract_**
2623

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)