Submission for Bryan Tran Lu.
This assigment creates a blockchain using python and runs the script using Streamlit for a user friendly interface.
The py file is under pychain.py
.
Import the following:
import streamlit as st
from dataclasses import dataclass
from typing import Any, List
import datetime as datetime
import pandas as pd
import hashlib
Input areas for the user interface of the Streamlit application.
If there are any questions regarding the assignment, please reach out via email.