Skip to content

marijamijailovic/blockchain-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain rust

Simple blockchain implementation in Rust

Prerequisites

Be sure to have installed Rust

Installation

  1. Clone the repo
  git clone https://github.com/marija-mijailovic/blockchain-rust.git
  1. Build the project
  cargo install --path . 
  1. Run the project
  • Create account
      blockchain_rust create-account <account> 
    
  • Create transfer
      blockchain_rust create-transaction <from> <to> <amount> 
    
  • Check account balance
      blockchain_rust check-balance <account> 
    

About

Simple blockchain implementation in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages