From 65c8ddaa143322da7f15d44445307f2472233e3c Mon Sep 17 00:00:00 2001 From: Dimitry Date: Fri, 20 May 2016 16:10:50 +0300 Subject: More links to solidity implementations --- docs/index.rst | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'docs/index.rst') 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 `_ -* `Browser-Based Compiler `_ - * `Changelog `_ * `Story Backlog `_ @@ -28,6 +26,30 @@ Useful links * `Gitter Chat `_ +Available Solidity Integrations +------------------------------- +* `Browser-Based Compiler `_ + Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. + +* `Ethereum Studio `_ + Specialized web IDE that also provides shell access to a complete Ethereum environment. + +* `Visual Studio Extension `_ + Solidity plugin for Microsoft Visual Studio that includes the Solidity compiler. + +* `Mix IDE `_ + Qt based IDE for designing, debugging and testing solidity smart contracts. + +* `Package for SublimeText — Solidity language syntax `_ + Solidity syntax highlight for SublimeText editor. + +* `Atom Solidity package `_ + Plugin for the atom editor that features syntax highlighting, compilation and a runtime environment (requires backend node). + +* `Visual Studio Code extension `_ + Solidity plugin for Microsoft Visual Studio Code that includes syntax highlighting and the Solidity compiler. + + Language Documentation ---------------------- -- cgit