This content originally appeared on DEV Community and was authored by Mwenda Harun Mbaabu
Solidity is an object-oriented programming language that is used for writing smart contracts on various blockchain platforms.
Solidity is mostly associated with Ethereum as it is developed by some core authors of the coin. It was first proposed in August 2014 by computer scientist Gavin Wood and later acquired by the Ethereum project’s Solidity team.
Why Solidity?
Solidity is a statically-typed programming language designed for developing smart contracts that run on the EVM.
Solidity is compiled to bytecode that is executable on the EVM. With Solidity, developers can write applications that implement self-enforcing business logic embodied in smart contracts, leaving a non-repudiable and authoritative record of transactions. Writing smart contracts in contract-specific languages such as Solidity is claimed to be easy if you have prior programming experience.
Its syntax is very similar to that of scripting languages like JavaScript, and it was influenced by existing languages such as C++, Python, and JavaScript.
Solidity uses a vast number of programming concepts from other coding languages. For example, it has variables, string manipulation, classes, functions, arithmetic operations, and so on. While in a language like C, a programmer would be likely to create some form of a function, like ‘int main’ and ‘main,’ Solidity works with a ‘contract’ that is created analogously.
Is Solidity worth learning it?
While jobs for blockchain are on the rise learning a programing language for said blockchains, it’s a huge bonus. You won’t be without a job, but if you haven’t mastered another language before, you’ll find challenges in the learning process. If you are committed to spending a few years learning it, then go ahead and do it since it’s not a bad opportunity to start now.
You can use Solidity for several things, like creating your decentralized app or smart contracts. Decentralized applications, dApps are on the rise now, and it’s a good skill to know how to write them since the job market is going to need a lot more coders in the future specialized in this specific thing.
More Sources:
Check Out these books from amazon
This content originally appeared on DEV Community and was authored by Mwenda Harun Mbaabu

Mwenda Harun Mbaabu | Sciencx (2021-06-23T15:09:41+00:00) Introduction To Solidity, Ethereum’s Programming Language. Retrieved from https://www.scien.cx/2021/06/23/introduction-to-solidity-ethereums-programming-language/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.