Bitcoin Forum

Other => Beginners & Help => Topic started by: spuera on November 12, 2017, 12:53:26 AM



Title: What programming languages are better for development smart contract?
Post by: spuera on November 12, 2017, 12:53:26 AM
I joined Bitcoin Forum yesterday.
Nowadays, I noticed potential of smart contract.
I want to learn it!

Please teach me what programming languages are better and how to learn smart contract.
Now, I can use C and Python.


Title: Re: What programming languages are better for development smart contract?
Post by: 12asphilip on November 12, 2017, 01:01:48 AM
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.


Title: Re: What programming languages are better for development smart contract?
Post by: odolvlobo on November 12, 2017, 05:07:16 AM
Ethereum smart contracts are written in a language called Solidity. This might help: http://solidity.readthedocs.io/en/develop/introduction-to-smart-contracts.html


Title: Re: What programming languages are better for development smart contract?
Post by: spuera on November 12, 2017, 06:33:03 AM
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!!!  ;D
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.


Title: Re: What programming languages are better for development smart contract?
Post by: spuera on November 12, 2017, 07:23:37 AM
Ethereum smart contracts are written in a language called Solidity. This might help: http://solidity.readthedocs.io/en/develop/introduction-to-smart-contracts.html

Thanks a lot!!
I use the web site and learn smart contracts!!
I learn hard.
Wish me luck!! :)


Title: Re: What programming languages are better for development smart contract?
Post by: bitcoin507 on November 13, 2017, 04:59:38 AM
Im off to study now.


Title: Re: What programming languages are better for development smart contract?
Post by: spuera on November 13, 2017, 09:27:45 AM
Im off to study now.
How do you study now? 
Firstly, I read books what is blockchain. 
After that I start studying . 


Title: Re: What programming languages are better for development smart contract?
Post by: Hi-JacKeR on November 13, 2017, 12:37:27 PM
Well, good luck to you.


Title: Re: What programming languages are better for development smart contract?
Post by: spuera on November 13, 2017, 01:27:33 PM
Well, good luck to you.
Thank you!!
I do my best.