Skip to content

philsong/rootchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

rootchain

Simple blockchain written in Rust from 0 It has a simple mining proof of work. It consist simply in changing the nonce number in order to get "00000" at the beginning of the hash512.

Instalation:

Just install Rust language and:

$ git clone https://github.com/philsong/rootchain.git
$ cd rootchain
$ cargo run

Next steps:

  • Add peers in order to being able to check fake chains and delete them
  • Add a database
  • Add a simple server/app to create the block outside the terminal
  • Make a harder proof of work to add more security

About

blockchain rust POC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages