Summary
In this chapter, we learned how to develop a smart contract using Ape Framework. First, we installed the framework. Then, we compiled a Vyper file. After this, we created a script to deploy and interact with a smart contract. To make the smart contract well-tested, we wrote unit tests. Later, we used a different blockchain, Sepolia, to deploy our smart contract. In the next chapter, we’ll develop a practical smart contract. This application will have the benefits of the smart contract platform, such as transparency and security from cheating.