Wisp is a simple cryptocurrency implemented in Rust, utilizing a Proof-of-Work consensus mechanism.
- Proof-of-Work: Secure and decentralized transaction validation.
- Lightweight: Designed for simplicity and ease of understanding.
- Modular: Easily extendable for future features and improvements.
- Rust (1.56 or later) installed on your machine. You can install Rust using rustup.
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