A simple Cardano Blockchain explorer written in Phoenix LiveView and using Xogmios.
- Run
mix setup
to install and setup dependencies - Populate the
OGMIOS_URL
environment variable with the access url for Ogmios. - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
A Docker compose file is available to allow running the application using the following command:
OGMIOS_URL="..." docker-compose up