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

@ -11,9 +11,9 @@ for LLM-first usage (send, receive, mint, Plutus interaction).
The existing Cardano MCP servers are either read-only doc gateways
([Jimmyh-world/Cardano_MCP](https://github.com/Jimmyh-world/Cardano_MCP))
or built on Blockfrost ([web3-mcp](https://github.com/strangelove-ventures/web3-mcp))
which is a centralized API we deliberately don't depend on. Sulkta
runs its own Koios + Ogmios endpoints on dedicated servers; we want a wallet
that talks directly to those.
which is a centralized API we deliberately don't depend on. We want a
wallet that talks directly to Koios + Ogmios endpoints — public, self-
hosted, or whatever the operator points it at.
Also: it's the first Sulkta Rust project — useful as a workout for
ci-runner's Rust toolchain (per `Sulkta-Coop/infra-repo`