Skip to content

This repository features a simple blockchain implementation in Python, including a structured block design, a genesis block, a basic proof of work algorithm, and chain validation for integrity.

Notifications You must be signed in to change notification settings

NyLaurent/Web3App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Web3App

Simple Blockchain in Python

Features

  • Block Structure: Each block contains an index, timestamp, data, previous hash, nonce, and its own hash.

  • Genesis Block: The first block in the chain.

  • Proof of Work: Simple algorithm to secure the blockchain.

  • Chain Validation: Ensures the integrity of the blockchain.

Clone the repository and run: python project.py

Requirements

  • Python 3.x

License

MIT License

About

This repository features a simple blockchain implementation in Python, including a structured block design, a genesis block, a basic proof of work algorithm, and chain validation for integrity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages