Skip to content

astherath/rs-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-rs

A fast rust-based implementation of a simple cryptocurrency/blockchain using merkle trees and proof of work.

Contribution Guide

Once cloned, a simple cargo run should install all of the necessary dependencies.

Make sure that the rust build is nightly (rustup default nightly) before opening an issue.

TODO/Done:

Block/Blockchain

  • Blockchain and underlying data structure
  • Blocks and block data
  • Merkle tree implementation/usage (maybe doesn't need to go here? unsure.)
  • End-to-end veryfication and other usage details

Consensus Mechanism

  • Design phase and first steps towards implementation

Distributed Network (API)

  • Design phase and framework/stack decisions

About

A rust based cryptocurrency implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages