summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-12-01 09:52:53 +0530
committerGitHub <noreply@github.com>2018-12-01 09:52:53 +0530
commitd77dcb85609dd9986e4290a0648390e282c1d680 (patch)
tree8e3d35b8517a1ae1e08c633fe098716f430f2eee
parentb93ea7add75f774fd7d1f2b450a3517ea924bff4 (diff)
parenta60fa493a2cb58fe730b43afb5102400d5b6cc0f (diff)
Merge pull request #3408 from Sacricarl/patch-1
Add Superblocks Lab IDE to additional resources
-rw-r--r--solidity.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/solidity.html.markdown b/solidity.html.markdown
index acf750f7..4ff770eb 100644
--- a/solidity.html.markdown
+++ b/solidity.html.markdown
@@ -831,6 +831,7 @@ someContractAddress.callcode('function_name');
## Additional resources
- [Solidity Docs](https://solidity.readthedocs.org/en/latest/)
- [Smart Contract Best Practices](https://github.com/ConsenSys/smart-contract-best-practices)
+- [Superblocks Lab - Browser based IDE for Solidity](https://lab.superblocks.com/)
- [EthFiddle - The JsFiddle for Solidity](https://ethfiddle.com/)
- [Browser-based Solidity Editor](https://remix.ethereum.org/)
- [Gitter Solidity Chat room](https://gitter.im/ethereum/solidity)