Skip to content

gurbaaz27/blockchain-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Python

Basic implementation of Blockchain API with Flask.

Usage

  • Clone the repo
git clone link-to-repo
  • After navigating into directory, create virtual environment
python -m venv venv
  • Install the dependencies:
pip install -r requirements.txt
  • Run the command and head to localhost:5000
flask run

Acknowledgment

About

Basic implementation of Blockchain API with Flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published