/peth

Simple ethereum implemenation

Primary LanguagePython

Peth

Simple ethereum implemenation for Blockchain course Final Project

Guide

  • Make sure to have python 3 installed
  • Create a virtual environment by running python3 -m venv venv
  • Activate the virtual environment by running source venv/bin/activate
  • Install required dependencies by running pip install -r requirements.txt
  • Run the app by running python app.py