Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 269 Bytes

XogmiosWatcher

Elixir app that follows the Cardano blockchain and prints new blocks to the console.

Requires a running Ogmios instance.

Running

docker build -t xogmios-watcher .
docker run --env OGMIOS_URL="..." xogmios-watcher