diff options
author | Sacricarl <40169256+Sacricarl@users.noreply.github.com> | 2018-11-23 16:01:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-23 16:01:08 +0100 |
commit | a60fa493a2cb58fe730b43afb5102400d5b6cc0f (patch) | |
tree | 8e3d35b8517a1ae1e08c633fe098716f430f2eee /solidity.html.markdown | |
parent | b93ea7add75f774fd7d1f2b450a3517ea924bff4 (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.markdown | 1 |
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) |