Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.58 KB

readme.md

File metadata and controls

36 lines (28 loc) · 1.58 KB

Rustcoin

A toy cryptocurrency to learn about the blockchain and Rust. Functionality heavily inspired by the original bitcoin client.

Installation

Clone this repo, install docker and docker compose. Run docker-compose up in the root of the repo. 4 nodes will start up a single container and attempt to start mining and communicating with each other.

Links/Resources:

Merkle Tree

Networking

Bitcoin Wiki: