Skip to content

A quick project to start playing around with the basics of block chain using rust. The goal is to create a fake decenteralised crypto using blockchain running locally.

Notifications You must be signed in to change notification settings

Goolyio/blockchain_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain_rust

A quick project to start playing around with the basics of block chain using rust. The goal is to create a fake decenteralised crypto using blockchain running locally.

Todo

  • Actually use RSA
  • Multiple "nodes" running in parrallel locally
  • Handle multiple block chains and handle switching to a longer chain
  • Adaptive difficulty

Aspirational

  • Play around with using a proof of stake system instead of a proof of work
  • Look at ways to decrease ledger size
    • Partitioning
    • Super nodes

About

A quick project to start playing around with the basics of block chain using rust. The goal is to create a fake decenteralised crypto using blockchain running locally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages