Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 664 Bytes

Blocks

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 with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Running in Docker

A Docker compose file is available to allow running the application using the following command:

OGMIOS_URL="..." docker-compose up