docs: scrub internal host references from public docs

Removed mentions of dedicated servers + Sulkta-runs-its-own-Koios claims from
README + module doc-comments + Cargo.toml descriptions. aldabra works
against any Koios endpoint — public api.koios.rest, preprod/preview,
or operator-self-hosted — so the docs now reflect that capability
neutrally instead of advertising our internal infra.
This commit is contained in:
Sulkta 2026-05-10 18:24:57 -07:00
parent 2587143a03
commit 91dcde6aab
4 changed files with 11 additions and 9 deletions

View file

@ -1,8 +1,8 @@
# aldabra-chain — pluggable backends for chain queries.
#
# A `ChainBackend` trait abstracts over Koios (HTTPS), Ogmios (WS/HTTP),
# or any future option. Phase 1 ships with a Koios implementation since
# Sulkta already runs Koios endpoints.
# or any future option. Phase 1 ships with a Koios implementation
# pointing at the public `api.koios.rest` instance by default.
#
# Submission paths land in phase 2. Read-only queries first.