Skip to content

NIZE0000/simple_blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blockchain API

This is a simple blockchain API built using the Flask framework for the backend and a custom Blockchain class for handling transactions.

Description

The Simple Blockchain API is a basic implementation of a blockchain system.

Features

  • Create new transactions
  • Mine new blocks
  • View blockchain information
  • Validate the integrity of the blockchain

Technologies Used

  • Flask: A lightweight Python web framework used for building the API endpoints.
  • Python: The programming language used for the backend logic and the Blockchain class.

About

Learn blockchain from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages