Skip to content
/ Ritcoin Public

Basically the bitcoin coded in Rust, no I couldn't find a better name

Notifications You must be signed in to change notification settings

alk0x1/Ritcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ritcoin (The Bitcoin maded in Rust)

Basically I will read the Bitcoin paper and recreate using Rust, while I comment and explain the process.

Motivation: Learn more about foundations of blockchain and sharp my skills in Rust.

Documented the code here: https://alk0x1.github.io/blockchain/2022/10/11/recreating-the-bitcoin-with-Rust.html

CLI

Usage: ritcoin [OPTIONS] [COMMAND]

Commands:
  blockchain
  block
  wallet
  transaction
  help         Print this message or the help of the given subcommand(s)

Options:
  -n, --name <NAME>
  -c, --config <FILE>
  -d, --debug...
  -h, --help           Print help
  -V, --version        Print version

About

Basically the bitcoin coded in Rust, no I couldn't find a better name

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages