Skip to content

A generic blockchain implementation using Rust and WASM.

License

Notifications You must be signed in to change notification settings

nathan-lapinski/rustchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustchain

This is an implementation of a small, Bitcoin-like blockchain in Rust. In the future, it may use WASM to enable web compatibility.

Currently, it implements a proof-of-work consensus mechanism similar to what Bitcoin does. Next steps will be:

  • Add a small test network using sockets
  • Update nodes to take the longest verifiable chain

After that, this will be updated to support a proof-of-stake consensus mechanism.

Run

cargo build && cargo run

About

A generic blockchain implementation using Rust and WASM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages