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 moreShould I use Solidity or vyper?
The main motive of developing Vyper was not to replace Solidity but to be used alongside it. Everyhing comes down to the developer. It is recommended to start with Solidity for beginners, but for secure contracts, it is good to use Vyper .26 Oca 2022
Read moreWhat is vyper used for?
Vyper is a relatively new, pythonic programming language used to write smart contracts . Vyper targets Ethereum Virtual Machine (EVM). Vyper has very simple/intelligible syntax; one of the leading principles of Vyper is to make it virtually impossible for developers to code misleading programs.
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