This is by no means a comprehensive tutorial on Solidity. This section will give you enough knowledge to build a fully functional Truffle Dapp. For more information on Solidity, the documentation is very handy; check it out here: https://solidity.readthedocs.io/en/v0.4.21/.
If you already have a good grasp of Solidity, you can skip the rest of this chapter and move on to Chapter 3, Choosing an Ethereum Client for Your Dapp.
If you already have a good grasp of Solidity, you can skip the rest of this chapter and move on to Chapter 3, Choosing an Ethereum Client for Your Dapp.
In this section, we will cover Solidity basics. Further, you will find subsections for important components of Solidity. Let's start with our first component—data types.