Skip to content

A simplified implementation of a bitcoin based blockchain will all most of its features in rust.

Notifications You must be signed in to change notification settings

lla-dane/Rust-Chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simplified implementation of a bitcoin based blockchain in rust.

Usage

  • Create wallet:
    cargo run createwallet
    
  • Create blockchain:
    cargo run create <address>
    
  • send coins (if -m is specified, the block will be mined immediately in the same node):
    cargo run send <from> <to> <amount> -m 
    

About

A simplified implementation of a bitcoin based blockchain will all most of its features in rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages