To be abandoned
Rocket.rs
website
It's actually live here
Pretty much only work on Linux & macOSNot working on a blockchain (that was the original plan)
- Debian/Ubuntu based distros:
# Install required packages:
sudo apt install build-essential pkg-config libssl-dev -y
# Release build:
cargo build --release
- Initialize the
.env
file and theRocket.toml
file - Run
cargo run .