Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 469 Bytes

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.