Summary
In this chapter, we discussed Solidity in detail, we read about the compiler, and we did a detailed study programming in solidity that included studying about the layout of a solidity file, the structure of a contract, and the types of values and reference. We also learned about mapping.
In the next chapter, we will apply our new knowledge from this chapter to develop an actual contract and deploy the same on a test network.