Yes, definitely . If you want to learn to write dapps (decentralized apps, apps that run on top of blockchains), Solidity is a pretty good choice. Just make sure you already know JavaScript (essentially, Solidity acts like a “backend language”, but you still need JS for the frontend and for tools like Truffle).
Read moreIs vyper better than Solidity?
Vyper . Deliberately has less features than Solidity with the aim of making contracts more secure and easier to audit. Vyper does not support: Modifiers.
Read moreWhat is the best language for smart contracts?
Top 5 smart contract programming languages for blockchain
Read moreIs it worth to learn Solidity?
If it’s worth it to you, it’s worth it . You should learn this if you are interested in smart contract development on Ethereum Blockchain. While there are other Blockchains as well where you can deploy your smart contract or similar applications aka dApps. Learning solidity can be considered a good starting point.
Read moreIs Solidity only for Ethereum?
Solidity is the primary language on Ethereum as well as on other private blockchains on platforms that compete with Ethereum, such as Monax and its Hyperledger Burrow blockchain, which uses Tendermint for consensus. SWIFT deployed a proof of concept using Solidity running on Burrow.
Read more