Description
Stellar supports Federation addresses like alice*stellarx.com that resolve to G-addresses. Supporting Federation lookups in the create stream form would let users enter human-readable names instead of raw 56-character addresses.
Proposed Solution
In the recipient address field:
- Detect Federation format (
name*domain)
- Resolve via
StellarSdk.FederationServer.resolve()
- Show the resolved G-address with the Federation name above it
- Use the resolved G-address for the transaction
Also support reverse lookup: when displaying a stream, check if the recipient G-address has a known Federation name and display it.
Acceptance Criteria
Description
Stellar supports Federation addresses like
alice*stellarx.comthat resolve to G-addresses. Supporting Federation lookups in the create stream form would let users enter human-readable names instead of raw 56-character addresses.Proposed Solution
In the recipient address field:
name*domain)StellarSdk.FederationServer.resolve()Also support reverse lookup: when displaying a stream, check if the recipient G-address has a known Federation name and display it.
Acceptance Criteria