Skip to content

docs: add swidge protocol interface

Created by: ihsraham

Summary

  • Add Swidge Protocol Interface docs for the shared route interface from tetherto/wdk-wallet#39.
  • Document discovery, quote, execution, and status methods: getSupportedChains(), getSupportedTokens(options?), quoteSwidge(), swidge(), and getSwidgeStatus().
  • Update related SDK pages, changelog, WDK references, and /llms-full.txt to match the merged interface.
  • Update README local setup notes and fix /llms-full.txt preview/copy behavior.

Validation

  • git diff --check
  • npm run check:meta
  • LINK_CHECK_EXTERNAL=false npm run check:links
  • npm run build

Notes

  • public/api/search.json is generated and not committed.

Merge request reports