Skip to content

JamBrains/jam-chain

Repository files navigation

JamChain

Source code for the https://jamcha.in/ website. Written in Elixir with the Phoenix framework 🙌

Note

JAM implementor teams are safe to explore this repository, as it does not implement any functionality of the Graypaper (nor did or will).

Development

# Install dependencies
mix deps.get

# Setup the DB and start the server
mix ecto.reset
mix phx.server

Then go to http://localhost:4000 in your browser.