Skip to content
/ wisp Public

A lightweight, proof-of-work cryptocurrency implemented in Rust. This project showcases the core principles of blockchain technology, including transaction handling, block creation, and decentralized validation. Perfect for learning and experimentation!

License

Notifications You must be signed in to change notification settings

ocelotko/wisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wisp

Wisp is a simple cryptocurrency implemented in Rust, utilizing a Proof-of-Work consensus mechanism.

Features

  • Proof-of-Work: Secure and decentralized transaction validation.
  • Lightweight: Designed for simplicity and ease of understanding.
  • Modular: Easily extendable for future features and improvements.

Getting Started

Prerequisites

  • Rust (1.56 or later) installed on your machine. You can install Rust using rustup.

Installation

To install and run Wisp, execute the following commands in your terminal:

git clone https://github.com/ocelotko/wisp.git
cd wisp
cargo build --release
cargo run

About

A lightweight, proof-of-work cryptocurrency implemented in Rust. This project showcases the core principles of blockchain technology, including transaction handling, block creation, and decentralized validation. Perfect for learning and experimentation!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages