Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 341 Bytes

Crypto Forum

⚠️Not in a usable state yet⚠️

A command line forum utilising public-private key signing to verify messages written in rust.

Running

Prerequisites: cargo

To build, simply run
cargo build --release
then it can be launched with
./target/release/crypto_forum