summaryrefslogtreecommitdiffhomepage
path: root/solidity.html.markdown
diff options
context:
space:
mode:
authorSacricarl <40169256+Sacricarl@users.noreply.github.com>2018-11-23 16:01:08 +0100
committerGitHub <noreply@github.com>2018-11-23 16:01:08 +0100
commita60fa493a2cb58fe730b43afb5102400d5b6cc0f (patch)
tree8e3d35b8517a1ae1e08c633fe098716f430f2eee /solidity.html.markdown
parentb93ea7add75f774fd7d1f2b450a3517ea924bff4 (diff)
Add Superblocks Lab IDE to additional resources
Added a useful tool for beginners to learn and experiment with when using Solidity
Diffstat (limited to 'solidity.html.markdown')
-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)