diff options
author | Dimitry <winsvega@mail.ru> | 2016-05-20 21:10:50 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-05-20 21:10:50 +0800 |
commit | 65c8ddaa143322da7f15d44445307f2472233e3c (patch) | |
tree | e49f0910b5e17fcc587a8b969626515efe357894 /docs/index.rst | |
parent | 0a37072e4c0b6413aa7aa37863230f3a0d26b2a9 (diff) | |
download | dexon-solidity-65c8ddaa143322da7f15d44445307f2472233e3c.tar.gz dexon-solidity-65c8ddaa143322da7f15d44445307f2472233e3c.tar.zst dexon-solidity-65c8ddaa143322da7f15d44445307f2472233e3c.zip |
More links to solidity implementations
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index fab886c7..0ef7ca0b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,8 +16,6 @@ Useful links * `Ethereum <https://ethereum.org>`_ -* `Browser-Based Compiler <https://chriseth.github.io/browser-solidity/>`_ - * `Changelog <https://github.com/ethereum/wiki/wiki/Solidity-Changelog>`_ * `Story Backlog <https://www.pivotaltracker.com/n/projects/1189488>`_ @@ -28,6 +26,30 @@ Useful links * `Gitter Chat <https://gitter.im/ethereum/solidity/>`_ +Available Solidity Integrations +------------------------------- +* `Browser-Based Compiler <https://chriseth.github.io/browser-solidity/>`_ + Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. + +* `Ethereum Studio <https://live.ether.camp/>`_ + Specialized web IDE that also provides shell access to a complete Ethereum environment. + +* `Visual Studio Extension <https://visualstudiogallery.msdn.microsoft.com/96221853-33c4-4531-bdd5-d2ea5acc4799/>`_ + Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. + +* `Mix IDE <https://github.com/ethereum/mix/>`_ + Qt based IDE for designing, debugging and testing solidity smart contracts. + +* `Package for SublimeText — Solidity language syntax <https://packagecontrol.io/packages/Ethereum/>`_ + Solidity syntax highlight for SublimeText editor. + +* `Atom Solidity package <https://github.com/gmtcreators/atom-solidity/>`_ + Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node). + +* `Visual Studio Code extension <http://juan.blanco.ws/solidity-contracts-in-visual-studio-code/>`_ + Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. + + Language Documentation ---------------------- |