Blockchain from Scratch in Python Tutorial
Eric O Meehan Eric O Meehan
7.17K subscribers
26,180 views
0

 Published On Streamed live on Apr 3, 2021

An introduction to blockchain technologies with python.

Now that we have developed a basic peer-to-peer network in C, I want to begin implementing some elements from blockchain into the network. To ensure that everyone is on the same page, I am going to build a simple blockchain from scratch in Python so that we can understand how it works at a more fundamental level.

Source Code:
https://github.com/ericomeehan/sketch...

Discord Server:
  / discord  

SHA-256 video by learnmeabitcoin:
   • How Does SHA-256 Work?  

00:00:00 - 00:01:22 Introduction
00:01:22 - 00:03:36 Virtual Environment
00:03:36 - 00:38:49 Blocks and Hashes
00:38:49 - 01:13:09 Chaining Blocks Together
01:13:09 - 01:17:40 Demo
01:17:40 - 02:01:30 Uses and Improvements

show more

Share/Embed