Hands-on Blockchain for Python developers gain blockchain programming skills to build decentralized applications using Python

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...

Full description

Bibliographic Details
Main Author: Kok, Arjuna Sky
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing 2019
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04644nmm a2200385 u 4500
001 EB001923472
003 EBX01000000000000001086374
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781788624640 
050 4 |a QA76.73.P98 
100 1 |a Kok, Arjuna Sky 
245 0 0 |a Hands-on Blockchain for Python developers  |b gain blockchain programming skills to build decentralized applications using Python  |c Arjuna Sky Kok 
260 |a Birmingham, UK  |b Packt Publishing  |c 2019 
300 |a 1 volume  |b illustrations 
505 0 |a Section 1. Blockchain and Smart Contracts. 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. 
505 0 |a Includes bibliographical references 
653 |a Blockchains (Databases) / fast 
653 |a Logiciels d'application / Développement 
653 |a Chaînes de blocs 
653 |a Python (Computer program language) / fast 
653 |a Blockchains (Databases) / http://id.loc.gov/authorities/subjects/sh2016002790 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Application software / Development / fast 
653 |a Python (Langage de programmation) 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 9781788627856 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781788627856/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.74 
520 |a 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.  
520 |a 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 app.. 
520 |a 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.