Skip to content

itlogsandwich/block-deez-chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Sandbox in Rust

Just exploring and studying how blockchain works in rust.

About

A simple rust sandbox using tokio and libp2p. I was curious about how blockchains work and the way they function as whole.

The way peers can connect and mine alongside other peers was something I really wanted to figure out and also the way blockchains adjust during race conditions.

The persistency is simple and written in json format.

Depending on how bored I am, I might try and scale this further to really understand more about blockchains and concurrency. For now, this will be it, but I am enjoying p2p networking.

I will try to finish focalpoint before scaling this further.

If you have any suggestions, feel free to send issues or prs.

image

About

curious about rust blockchains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages