- Built in Rust
- Can be compiled to binaries for a host of computer architectures.
Run payment server
cargo run --bin payments-server
Run payment client
cargo run --bin payments-client
Clients can log in and send money to eachother via a command line interface:
server logs user activity
supports atomic transactions with multiple live clients
keeps track of who is online
Check the cargo.toml file for a list of dependencies