The Qt library is a C++ framework that was designed to create a multi-platform application. In Linux, this library is the foundation for the KDE desktop. Its counterpart is the GTK+ library, the foundation for Gnome desktop. However, the Qt library has stepped up its game. You can use the Qt library to create applications on Android and iOS. People have sometimes mistaken the Qt library as a library that only creates GUI applications. However, the Qt library comprises non-GUI libraries as well, for example, data storage, multimedia, and networking. The Qt library even contains a threading library! In the past, you could create an open source application for free with the Qt library. However, if you want to create a proprietary application with the Qt library, you must pay for the license. You can now have a bit more flexibility when it comes to using...
Hands-On Blockchain for Python Developers
By :
Hands-On Blockchain for Python Developers
By:
Overview of this book
Blockchain is seen as the main technological solution that works as a public ledger for all cryptocurrency transactions. This book serves as a practical guide to developing a full-fledged decentralized application with Python to interact with the various building blocks of blockchain applications.
Hands-On Blockchain for Python Developers starts by demonstrating how blockchain technology and cryptocurrency hashing works. You will understand the fundamentals and benefits of smart contracts such as censorship resistance and transaction accuracy. As you steadily progress, you'll go on to build smart contracts using Vyper, which has a similar syntax to Python. This experience will further help you unravel the other benefits of smart contracts, including reliable storage and backup, and efficiency. You'll also use web3.py to interact with smart contracts and leverage the power of both the web3.py and Populus framework to build decentralized applications that offer security and seamless integration with cryptocurrencies. As you explore later chapters, you'll learn how to create your own token on top of Ethereum and build a cryptocurrency wallet graphical user interface (GUI) that can handle Ethereum and Ethereum Request for Comments (ERC-20) tokens using the PySide2 library. This will enable users to seamlessly store, send, and receive digital money. Toward the end, you'll implement InterPlanetary File System (IPFS) technology in your decentralized application to provide a peer-to-peer filesystem that can store and expose media.
By the end of this book, you'll be well-versed in blockchain programming and be able to build end-to-end decentralized applications on a range of domains using Python.
Table of Contents (19 chapters)
Preface
Introduction to Blockchain Programming
Smart Contract Fundamentals
Implementing Smart Contracts Using Vyper
Section 2: Web3 and Populus
Interacting with Smart Contracts Using Web3
Populus Development Framework
Building a Practical Decentralized Application
Section 3: Frontend Decentralized Applications
Frontend Decentralized Application
Section 4: Cryptocurrency and Wallets
Creating Token in Ethereum
Cryptocurrency Wallet
Section 5: Decentralized Filesystem
InterPlanetary - A Brave New File System
Using ipfsapi to Interact with IPFS
Implementing a Decentralized Application Using IPFS
Other Books You May Enjoy
Customer Reviews