Blocks

July 15, 2025 ยท View on GitHub

A simple Cardano Blockchain explorer written in Phoenix LiveView and using Xogmios.

Running the application

  • Clone this repository
  • Run mix setup to install dependencies and build the application
  • Populate the OGMIOS_URL environment variable - if you don't have one, you can use a managed instance from Demeter.run
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.