ockam_command 0.104.0

End-to-end encryption and mutual authentication for distributed applications.
Documentation
1
2
3
4
5
6
7
```sh
# To create a new node with a random name
$ ockam node create

# To create a new node with a specific name
$ ockam node create n
```