Post
Topic
Board Development & Technical Discussion
Re: How start to developing with Solidity
by
dny18
on 01/07/2019, 09:41:59 UTC
Solidity is a very easy to learn language. I advise using Remix the online version for quick prototyping.

https://remix.ethereum.org/#optimize=false&evmVersion=null

You can click on one example and modify it, and then start doing your smart contract.

Here is a smart contract in Solidity that I have made 2 years ago... it is a good starting point, it has all the features needed including a solution to start and stop ICO/Fundrasing.

https://github.com/NicolasChoukroun/10X-Token

Enjoy! Grin

Therefore is not essential to know the basics of another language to start with solidity?

Thank you