Hello World! Part 1
Learn about Solidity
In this chapter, our main objective will be to learn about the necessary components require to compile and deploy a smart contract. In particular, we want to be able to:
- Properly create a new Solidity file
- Understand how to organize the business logic of our contract
After learning the two main points above, you will be tasked with building your first smart contract! With the above in mind, let's get started.