Skip to content

Instantly share code, notes, and snippets.

View Valkea's full-sized avatar

Emmanuel Letremble Valkea

View GitHub Profile
@Valkea
Valkea / Blockchain.py
Created January 28, 2022 13:34 — 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