Skip to content

Instantly share code, notes, and snippets.

@nazdash
nazdash / Blockchain.py
Created January 28, 2022 10:53 — forked from Eversmile12/Blockchain.py
Python Blockchain
# Python program to create Blockchain
# For timestamp
import datetime
# Calculating the hash
# in order to add digital
# fingerprints to the blocks
import hashlib