Skip to content

Cythonic1/a_blockchain_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

simple blockchain network

a blockchain network where you can generate blocks connect multiple devices in decentralized manner


TODOs

  • adding serialization and deserialization for blocks and network Packets (done)
  • adding encryption and digital signature
  • adding proof of work or (PoW)
  • manage the memory more efficiently and avoid memory leaks
  • implement the network protocol
  • implement multi threading for connectors and listeners/li>

How to run

git clone https://github.com/Cythonic1/blockchain-block-creator.git
cd blockchain-block-creator/src
make && ./blockchain

Updates

  • Implement some important functions regarding the network communication
  • Implement structures to manage the sockets also a strctures to manage the connected nodes
  • Implement broadcast function to broadcast a network serialized block
  • Implement UDP host discovery

About

simple blockchain project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published