A simple Cardano Blockchain explorer written in Phoenix LiveView and using Xogmios.
- 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 withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.