From 5a92a20d758c27f1fa078bc63c8c09cbc6c44340 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 24 Feb 2024 10:54:26 +1100 Subject: [PATCH] Added Solide Project to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e36e61da..73c5ca1e 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c * [Ethereum Remix- Ethereum Remix plugins in VSCode](https://marketplace.visualstudio.com/items?itemName=RemixProject.ethereum-remix) - This plugin brings Remix plugins to Visual Studio Code. * [Crypto Address Lens](https://marketplace.visualstudio.com/items?itemName=peetzweg.crypto-address-lens) - VSCode Extension which improves the development experience with Ethereum style addresses. * [Ramen](https://github.com/dyng/ramen) - An intuitive, easy-to-use terminal UI to interact with Ethereum (Mainnet, Testnet or local network) +* [Solide](https://solide-dapp.vercel.app/) - Smart Contract Knowledge Hub. A tool to help you understand and learn about smart contracts in an interactive plug and play environment. ### Test Blockchain Networks * [ethnode](https://github.com/vrde/ethnode) - Run an Ethereum node (Geth or Parity) for development, as easy as `npm i -g ethnode && ethnode`.