Skip to content

Instantly share code, notes, and snippets.

@vndee
Last active February 23, 2023 04:23
Show Gist options
  • Save vndee/51ac629c4c83ba5b6eb8313daa9ed5bd to your computer and use it in GitHub Desktop.
Save vndee/51ac629c4c83ba5b6eb8313daa9ed5bd to your computer and use it in GitHub Desktop.
import json
import hashlib
import datetime
class Blockchain(object):
def __init__(self):
self.chain = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment