diff options
author | Nemil Dalal <nemild@gmail.com> | 2018-01-26 19:12:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 19:12:00 -0500 |
commit | 23c11c9a73baa3e316b183a5b4baa1da90b733da (patch) | |
tree | a774242d80d1ec1f4491d9618d4b85067f25303b /solidity.html.markdown | |
parent | 84881b3cda80339deb8102ed21fd7ab83b00ea75 (diff) | |
parent | fce4a810cb066d6d83b829609ac15b08879cd1b0 (diff) |
Merge branch 'master' into update-to-latest-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 705fb793..a0f8cd40 100644 --- a/solidity.html.markdown +++ b/solidity.html.markdown @@ -830,6 +830,7 @@ someContractAddress.callcode('function_name'); - [Solidity Docs](https://solidity.readthedocs.org/en/latest/) - [Smart Contract Best Practices](https://github.com/ConsenSys/smart-contract-best-practices) - [Solidity Style Guide](https://ethereum.github.io/solidity//docs/style-guide/): Ethereum's style guide is heavily derived from Python's [pep8](https://www.python.org/dev/peps/pep-0008/) style guide. +- [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) - [Modular design strategies for Ethereum Contracts](https://docs.erisindustries.com/tutorials/solidity/) |