Skip to content

Mini implementation of simple blockchain written in pure C for *nix systems (probably).

Notifications You must be signed in to change notification settings

jcherubino/cherubChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cherubChain

Mini implementation of simple blockchain written in pure C for *nix systems (probably).

Roadmap

  • Implement chain structure as linked list (store some arbitrary transaction as string)
  • Implement hash function
  • Implement dynamically adding node
  • Implement printing out list locally
  • Implement client/server socket interface to perform actions with node.
    • Get chain
    • Add transaction
    • Add node
  • Implement peer to peer network to allow nodes to interface
  • Implement consensus algorithm
  • Add proof of ... for blocks to be mined
  • Upgrade internal hashing to use cryptographic hash function

About

Mini implementation of simple blockchain written in pure C for *nix systems (probably).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published