A simple Cardano Blockchain explorer written in Phoenix LiveView and using Xogmios.
- Clone this repository
- Run
mix setupto install dependencies and build the application - Populate the
OGMIOS_URLenvironment variable - if you don't have one, you can use a managed instance from Demeter.run - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.