Configure Custom Relayer Transport

Use when a developer wants to bring their own relayer (or sponsor / gas model) without forking the reference Rust relayer — they implement the RelayerTransport TypeScript interface in their app, hand it to the SDK via `relayer.transport`, and the SDK uses it in place of HTTPRelayerTransport. Covers when to implement vs fork, the seven methods of the interface, sponsor-key trade-offs, and wire-protocol compatibility if you still want to interop with canonical relayers. Trigger phrases - "custom RelayerTransport", "don't use the reference relayer", "BYO relayer", "sponsor my own gas", "implement RelayerTransport", "WebSocket relayer", "in-process relayer", "Nautilus-attested relayer".

MystenLabs Updated

File contents

mystenlabs/sui-stack-messaging/tree/main/.claude/skills/configure-custom-relayer-transport commit e3620ff42d

Frequently asked questions

npx skillmds@latest add mystenlabs/configure-custom-relayer-transport