Add Solidity IDE to resources page

This commit is contained in:
SystemGlitch 2019-03-13 15:08:17 +01:00
parent 2896d6176b
commit d05cb3662c

View File

@ -27,12 +27,15 @@ Solidity Integrations
* `Remix <https://remix.ethereum.org/>`_ * `Remix <https://remix.ethereum.org/>`_
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
* `Solium <https://github.com/duaraghav8/Solium/>`_
Linter to identify and fix style and security issues in Solidity.
* `Solhint <https://github.com/protofire/solhint>`_ * `Solhint <https://github.com/protofire/solhint>`_
Solidity linter that provides security, style guide and best practice rules for smart contract validation. Solidity linter that provides security, style guide and best practice rules for smart contract validation.
* `Solidity IDE <https://github.com/System-Glitch/Solidity-IDE>`_
Browser-based IDE with integrated compiler, Ganache and local file system support.
* `Solium <https://github.com/duaraghav8/Solium/>`_
Linter to identify and fix style and security issues in Solidity.
* `Superblocks Lab <https://lab.superblocks.com/>`_ * `Superblocks Lab <https://lab.superblocks.com/>`_
Browser-based IDE. Built-in browser-based VM and Metamask integration (one click deployment to Testnet/Mainnet). Browser-based IDE. Built-in browser-based VM and Metamask integration (one click deployment to Testnet/Mainnet).