cliffkwok / Bitcoin_Cliffcoin

Basic of creating blockchain_Cliffcoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Practical Introduction to Blockchain with Python


Let’s Build the Tiniest Blockchain

Blockchain is arguably one of the most significant and disruptive technologies that came into existence since the inception of the Internet. It's the core technology behind Bitcoin and other crypto-currencies that drew a lot of attention in the last few years.

As its core, a blockchain is a distributed database that allows direct transactions between two parties without the need of a central authority. This simple yet powerful concept has great implications for various institutions such as banks, governments and marketplaces, just to name a few. Any business or organization that relies on a centralized database as a core competitive advantage can potentially be disrupted by blockchain technology.

Putting aside all the hype around the price of Bitcoin and other cryptocurrencies, the goal of this blog post is to give you a practical introduction to blockchain technology. Sections 1 and 2 cover some core concepts behind blockchain, while section 3 shows how to implement a blockchain using Python. We will also implement 2 web applications to make it easy for end users to interact with our blockchain.

About

Basic of creating blockchain_Cliffcoin


Languages

Language:Python 100.0%