TODO: Add description
To start up a Potato node you need to start the project with a name and a cookie.
iex --sname bob --cookie "secret" -S mix
iex --sname alice --cookie "secret" -S mix
If available in Hex, the package can be installed
by adding potato
to your list of dependencies in mix.exs
:
def deps do
[
{:potato, "~> 0.1.0"}
]
end