Skip to content

softwarelanguageslab/potato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potato

TODO: Add description

Running a Potato Node

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

Installation

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

About

The prototypical implementation of the Potato runtime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages