Hands-On Blockchain for Python Developers: Gain blockchain programming skills to build decentralized applications using Python
暫譯: Python 開發者的區塊鏈實作:掌握區塊鏈程式設計技能以使用 Python 建立去中心化應用程式

Arjuna Sky Kok

買這商品的人也買了...

相關主題

商品描述

Implement real-world decentralized applications using Python, Vyper, Populus, and Ethereum

Key Features

  • Stay up-to-date with everything you need to know about the blockchain ecosystem
  • Implement smart contracts, wallets, and decentralized applications(DApps) using Python libraries
  • Get deeper insights into storing content in a distributed storage platform

Book Description

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.

What you will learn

  • Understand blockchain technology and what makes it an immutable database
  • Use the features of web3.py API to interact with the smart contract
  • Create your own cryptocurrency and token in Ethereum using Vyper
  • Use IPFS features to store content on the decentralized storage platform
  • Implement a Twitter-like decentralized application with a desktop frontend
  • Build decentralized applications in the shape of console, web, and desktop applications

Who this book is for

If you are a Python developer who wants to enter the world of blockchain, Hands-On Blockchain for Python Developers is for you. The book will be your go-to guide to becoming well-versed with the blockchain ecosystem and building your own decentralized applications using Python and library support.

Table of Contents

  1. Introduction to Blockchain Programming
  2. Smart Contract Fundamentals
  3. Implementing Smart Contract Using Vyper
  4. Interacting With Smart Contract Using Web3
  5. Populus Development Framework
  6. Building a Practical Decentralized Application
  7. Front-end Decentralized Application
  8. Creating Token in Ethereum
  9. Cryptocurrency Wallet
  10. Inter Planetary: A Brave New File System
  11. Using Py-ipfs-api to Connect to Decentralized File System
  12. Implementing Decentralized Application Using IPFS

商品描述(中文翻譯)

**使用 Python、Vyper、Populus 和 Ethereum 實作真實世界的去中心化應用程式**

#### 主要特點

- 瞭解區塊鏈生態系統的所有最新資訊
- 使用 Python 函式庫實作智能合約、錢包和去中心化應用程式 (DApps)
- 深入了解在分散式儲存平台上儲存內容的方式

#### 書籍描述

區塊鏈被視為所有加密貨幣交易的公共帳本的主要技術解決方案。本書作為一個實用指南,幫助讀者使用 Python 開發完整的去中心化應用程式,以便與區塊鏈應用程式的各種構建模塊互動。

《Python 開發者的區塊鏈實務》首先展示區塊鏈技術和加密貨幣雜湊的運作方式。您將理解智能合約的基本原理和優勢,例如抗審查性和交易準確性。隨著學習的深入,您將使用 Vyper 建立智能合約,Vyper 的語法與 Python 相似。這段經驗將進一步幫助您揭示智能合約的其他優勢,包括可靠的儲存和備份,以及效率。您還將使用 web3.py 與智能合約互動,並利用 web3.py 和 Populus 框架的力量來構建提供安全性和與加密貨幣無縫整合的去中心化應用程式。在後面的章節中,您將學習如何在 Ethereum 上創建自己的代幣,並使用 PySide2 函式庫構建一個可以處理 Ethereum 和 Ethereum Request for Comments (ERC-20) 代幣的加密貨幣錢包圖形用戶介面 (GUI)。這將使用戶能夠無縫地儲存、發送和接收數位貨幣。最後,您將在去中心化應用程式中實作星際檔案系統 (IPFS) 技術,以提供一個可以儲存和公開媒體的點對點檔案系統。

在本書結束時,您將熟悉區塊鏈編程,並能夠使用 Python 在多個領域構建端到端的去中心化應用程式。

#### 您將學到的內容

- 理解區塊鏈技術及其作為不可變數據庫的特性
- 使用 web3.py API 的功能與智能合約互動
- 使用 Vyper 在 Ethereum 中創建自己的加密貨幣和代幣
- 使用 IPFS 功能在去中心化儲存平台上儲存內容
- 實作類似 Twitter 的去中心化應用程式,並具備桌面前端
- 構建控制台、網頁和桌面應用程式形式的去中心化應用程式

#### 本書適合誰

如果您是希望進入區塊鏈世界的 Python 開發者,《Python 開發者的區塊鏈實務》將是您的最佳指南。本書將幫助您熟悉區塊鏈生態系統,並使用 Python 和函式庫支持構建自己的去中心化應用程式。

#### 目錄

1. 區塊鏈編程簡介
2. 智能合約基礎
3. 使用 Vyper 實作智能合約
4. 使用 Web3 與智能合約互動
5. Populus 開發框架
6. 構建實用的去中心化應用程式
7. 前端去中心化應用程式
8. 在 Ethereum 中創建代幣
9. 加密貨幣錢包
10. 星際:一個全新的檔案系統
11. 使用 Py-ipfs-api 連接到去中心化檔案系統
12. 使用 IPFS 實作去中心化應用程式