Want to get into smart contract development and learn Solidity? Want to get into an area of software development where salaries currently rise through the roof?
Here are 5 awesome resources that help you to get into the language of the Ethereum VM!

Here are 5 awesome resources that help you to get into the language of the Ethereum VM!



CryptoZombies is an awesome approach to teaching Solidity. You learn Solidity by basically playing a game, and it's free!
Learning through CryptoZombies definitely isn't as dry as the zombies are themselves! https://cryptozombies.io/

EthereumDev gives you a full free course that covers everything you need to know in the beginning. It also covers interacting with the blockchain through JavaScript, which definitely helps you to build your own dApps! https://ethereumdev.io/

Although this article has "Best Practices" in its name, it is more like an awesome overview of everything you need to know about developing smart contracts. It covers linters, tests, and actually everything! https://yos.io/2019/11/10/smart-contract-development-best-practices/

This course is for more experienced developers. If you already know your craft, you can get an easy entry into Solidity in only ~15 minutes! And even if it takes you longer, it's still worth going through it!
https://learnxinyminutes.com/docs/solidity/

This awesome cheat sheet covers everything you'd need when working with Solidity. You can use it as a reference whenever you want to quickly look something up.
https://topmonks.github.io/solidity_quick_ref/