First, you'll want to generate local certificates
# mark scripts as executable
chmod u+x scripts/*.sh
# generate local testing certificates
./scripts/gen_cert.sh
# in a new shell, run the server
./scripts/local_server.sh
# in the current shell, run the client
./scripts/local_tui_client.sh
# in yet another shell, run another client
./scripts/local_tui_client.sh
You can now talk to each other over the TUI interface!
to be figured out!