Skip to content

JamBrains/jam-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7be2564 Â· Feb 26, 2025

History

40 Commits
Feb 26, 2025
Jul 29, 2024
Jul 29, 2024
Feb 26, 2025
Nov 23, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 31, 2024
Jul 29, 2024
Jul 29, 2024
Feb 26, 2025
Sep 24, 2024
Nov 23, 2024
Jul 29, 2024
Sep 10, 2024
Feb 26, 2025
Jul 29, 2024

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.