Summary
In this chapter, we saw that traditional applications, such as web applications, are prone to cheating. We deployed a simple smart contract to experiment with it on our browser. By doing so, we learned that blockchain is a platform that’s designed to be safe from cheating for various applications. Then, we became aware that smart applications are technically harder to censor than web applications. In the next chapter, we’ll learn how to write smart contracts with Vyper, a programming language similar to Python.