Post
Topic
Board Beginners & Help
Re: What programming languages are better for development smart contract?
by
spuera
on 12/11/2017, 06:33:03 UTC
Most coins being released now in the market utilizes Java, C++ and Python, but the most widely used is C++ and has extensive amount of libraries already built in it which makes it a good tool in developing your own coin from scratch. Java is also good but still lacks features unlike Python and C++. For smart contracts, Solidity would be your best bet since Ethereum, which started smart contracts embedded on the blockchain is built on this language.
Thank you!!!  Grin
Three month ago, I learned Java.
It was difficult for me.
I decided.
Firstly, I use Python to learn how to make coins.
After that, I learn Solidity.