Added Solidity and Ethereum sections (#23506)

Added "Solidity Smart Contract Programming" and "Ethereum Development Tools" sections.
This commit is contained in:
Shelby Setzer
2018-12-04 19:08:00 -05:00
committed by Tom
parent b88d7a74e0
commit cd6ca9f3cb

View File

@ -33,5 +33,11 @@ contract Hello {
}
}
```
Pulled from [Medium - How to Write a Simple Smart Contract](https://medium.com/coinmonks/how-to-write-a-simple-smart-contract-25f6d3c1d6db).
### Ethereum Development Tools
- [Remix (official Solidity IDE)] (https://remix.readthedocs.io/en/latest/)
- [Truffle] (https://github.com/trufflesuite/truffle)
- [MetaMask] (https://metamask.io/)
- [DAppBoard] (http://dappboard.com/app)