Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 613 Bytes

File metadata and controls

13 lines (8 loc) · 613 Bytes

Blocks

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.