# cli ## chat A basic CLI to pass messages between peers using `stdin`/`stdout` * Install dependencies: ```bash yarn install ``` * Build the `peer` package: ``` cd packages/peer yarn build ``` * (Optional) Run a local relay node: ```bash # In packages/peer yarn relay-node ``` * Start the node: ```bash # In packages/cli yarn chat --relay-node ``` * `relay-node`: multiaddr of a hop enabled relay node * The process starts reading from `stdin` and outputs messages from others peers to `stdout`.