Skip to content

Bryanvdstegen/Module18_Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Module 18 Challenge

Submission for Bryan Tran Lu.

Description

This assigment creates a blockchain using python and runs the script using Streamlit for a user friendly interface.

Instructions

The py file is under pychain.py.

Installation Requirements

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

Images

Input areas for the user interface of the Streamlit application.

Authors and Support

If there are any questions regarding the assignment, please reach out via email.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages