Added Solidity and Ethereum sections (#23506)
Added "Solidity Smart Contract Programming" and "Ethereum Development Tools" sections.
This commit is contained in:
@ -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).
|
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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user