SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Run a tmux session with handlers #275

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Commands to run:

In cmd/handlers: tmux new -s producer

Run the handlers binary

ctrl+b d to detach

In client binary directory: tmux new -s client

Run client commands

ctrl+b d to detach

tmux a -t <name of tmux session> to attach again.

To list all tmux sessions: tmux ls

kastolars commented 5 years ago

Completed