Python Blockchain 简明教程

Python Blockchain Tutorial

区块链是目前主导软件开发趋势的热门话题。区块链的开发和设计涉及三个主要组件:客户端、矿工和区块链。本教程旨在让您清晰地了解构建自己的区块链的过程。

Blockchain is the current buzz that is dominating the software development trends. The development and designing of Blockchain involves three major components: client, miner and blockchain. This tutorial is aimed to give you a crisp understanding of the process of building your own blockchain.

Audience

任何希望跟上区块链开发的最新趋势的编程爱好者都可以从本教程中获益。如果你是一个有兴趣学习区块链开发基础知识的学习者,本教程非常适合你的需求。

Any programming enthusiast who wants to keep in pace with the recent trend of Blockchain development can gain from this tutorial. If you are a learner interested to learn the basics of Blockchain Development, this tutorial aptly suits your needs.

Prerequisites

本教程的撰写假设学习者对 Python 编程以及对区块链有一个基本的了解。如果你对任何一个概念都不熟悉,我们建议你首先根据这些概念选择教程,然后再深入本教程。

This tutorial is written assuming that the learner has an idea on programming in Python and a basic idea on Blockchain. If you are new to any of these concepts, we suggest you to pick tutorials based on these concepts first before you plunge into this tutorial.