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`.