aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-11-22 08:13:19 +0800
committerGitHub <noreply@github.com>2018-11-22 08:13:19 +0800
commitdc748bc7712257b4e027a7f99d86737dd9f93ecd (patch)
tree99abae9e99c2c984bac02de6d1019fd76a7d7548
parent3a15f8868351c0a524feb50f72ce80916d9d005e (diff)
parent90b244d102285974b5a84a308bad5db925cb36a4 (diff)
downloaddexon-solidity-dc748bc7712257b4e027a7f99d86737dd9f93ecd.tar
dexon-solidity-dc748bc7712257b4e027a7f99d86737dd9f93ecd.tar.gz
dexon-solidity-dc748bc7712257b4e027a7f99d86737dd9f93ecd.tar.bz2
dexon-solidity-dc748bc7712257b4e027a7f99d86737dd9f93ecd.tar.lz
dexon-solidity-dc748bc7712257b4e027a7f99d86737dd9f93ecd.tar.xz
dexon-solidity-dc748bc7712257b4e027a7f99d86737dd9f93ecd.tar.zst
dexon-solidity-dc748bc7712257b4e027a7f99d86737dd9f93ecd.zip
Merge pull request #5328 from SuperblocksHQ/develop
Added Superblocks Lab IDE to the generic doc section
-rw-r--r--docs/resources.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/resources.rst b/docs/resources.rst
index e9e65692..4dd617fa 100644
--- a/docs/resources.rst
+++ b/docs/resources.rst
@@ -21,9 +21,8 @@ Solidity Integrations
* Generic:
-
* `EthFiddle <https://ethfiddle.com/>`_
- Solidity IDE in the Browser. Write and share your solidity code. Uses server-side components.
+ Solidity IDE in the Browser. Write and share your Solidity code. Uses server-side components.
* `Remix <https://remix.ethereum.org/>`_
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.
@@ -34,6 +33,9 @@ Solidity Integrations
* `Solhint <https://github.com/protofire/solhint>`_
Solidity linter that provides security, style guide and best practice rules for smart contract validation.
+ * `Superblocks Lab <https://lab.superblocks.com/>`_
+ Browser-based IDE. Built-in browser-based VM and Metamask integration (one click deployment to Testnet/Mainnet).
+
* Atom:
* `Etheratom <https://github.com/0mkara/etheratom>`_