sagarsawant69 / Hands-On-Blockchain-for-Python-Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-On Blockchain for Python Developers

Hands-On Blockchain for Python Developers

This is the code repository for Hands-On Blockchain for Python Developers, published by Packt.

Gain blockchain programming skills to build decentralized applications using Python

What is this book about?

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.

This book covers the following exciting features: <First 5 What you'll learn points>

  • 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

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

"compilation": {
"backend": {
"class": "populus.compilation.backends.VyperBackend"
},
"contract_source_dirs": [
"./contracts"
],
"import_remappings": []
},

Following is what you need for this book: 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.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

Software and Hardware List

| Chapter  | Software required                   | OS required                        |
| -------- | ------------------------------------| -----------------------------------|
| 1        | R version 3.3.0                     | Windows, Mac OS X, and Linux (Any) |
| 2        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 3        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 4        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 5        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 6        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 7        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 8        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 9        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 10        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 11        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 12        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 13        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 14        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |
| 15        | Rstudio Desktop 0.99.903            | Windows, Mac OS X, and Linux (Any) |

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Code in Action

Click on the following link to see the Code in Action:

[Placeholder link](www.youtube.com/URL)

### Related products <Other books you may enjoy>
* Linux: Powerful Server Administration [[Packt]](https://www.packtpub.com/networking-and-servers/linux-powerful-server-administration?utm_source=github&utm_medium=repository&utm_campaign=9781788293778) [[Amazon]](https://www.amazon.com/dp/1788293770)

* Linux Device Drivers Development [[Packt]](https://www.packtpub.com/networking-and-servers/linux-device-drivers-development?utm_source=github&utm_medium=repository&utm_campaign=9781785280009) [[Amazon]](https://www.amazon.com/dp/1788293770)

## Get to Know the Author(s)
**Author Name**
Bio

**Author Name**
Bio


## Other books by the authors
* [Mastering Linux Network Administration](https://www.packtpub.com/networking-and-servers/mastering-linux-network-administration?utm_source=github&utm_medium=repository&utm_campaign=9781784399597)
* [Linux Mint Essentials](https://www.packtpub.com/networking-and-servers/linux-mint-essentials?utm_source=github&utm_medium=repository&utm_campaign=9781782168157)

### Suggestions and Feedback
[Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.

About

License:MIT License


Languages

Language:Python 93.2%Language:HTML 4.3%Language:Shell 2.2%Language:JavaScript 0.3%