Skip to content

Instantly share code, notes, and snippets.

View Adenife's full-sized avatar

Aweda Oluwanifemi Adeola Adenife

View GitHub Profile
@Adenife
Adenife / Blockchain.py
Created January 28, 2022 15:46 — 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