Skip to content

A simple blockchain written with the Rust programming language.

License

Notifications You must be signed in to change notification settings

Emivvvvv/rustychain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustyChain

A simple blockchain implementation in Rust for educational purposes.

Overview

This project implements a basic blockchain with the following features:

  • Account management with balances.
  • Transaction creation and handling.
  • Proof-of-Work mining algorithm.
  • Command-Line Interface (CLI) for interaction.

Features

  • Mining: Users can mine new blocks, earning rewards.
  • Transactions: Users can send coin to others.
  • Accounts: Manage accounts with balances.
  • CLI Interface: Interactive command-line interface for user interaction.

About

A simple blockchain written with the Rust programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages