6
Building a Practical Decentralized Application
In this chapter, we will learn how to build a practical decentralized application. We’ve learned the bolts and nuts of the Vyper language. We’ve used the Ape Framework to build and deploy smart contracts onto the blockchain. Now, it’s time to write a program on the blockchain. Then, we’ll see the values in the decentralized program that we’re going to build.
The application that we’re going to build is a voting application. Many people will find this application useful for finding solutions to many issues. The nature of voting requires the application to be secure from tampering. We’ll see why the importance of the decentralized nature of the application is paramount.
The following topics will ...
Get Hands-On Blockchain for Python Developers - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.