bloccs_web — a self-hosted, real-time dashboard for running bloccs networks.
Mounted into a host Phoenix app with one router macro (see
Bloccs.Web.Router.bloccs_dashboard/2), it reads the library's read-only
Bloccs.Introspect API plus the [:bloccs, …] telemetry stream to show
network topology in the bloccs hexagon notation, live per-node metrics, and
coverage — without ever driving the runtime.
This module also provides the use Bloccs.Web, :live_view | :html macros the
dashboard's own modules use; it is self-contained so it never collides with
the host's MyAppWeb.
Summary
Functions
When used, dispatch to the appropriate helper above
(use Bloccs.Web, :live_view).