-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Raw contract strings (C...) and account IDs (G...) are easy to mishandle. A strong Address wrapper prevents invalid identifiers from entering the application's core logic.
Implementation Guidelines
Key Files: crates/core/src/types/ (create or update relevant type files).
- Define an
Addressstruct wrappingstellar-strkey::Contractandstellar-strkey::PublicKey.
Expectations
What done looks like: An Address struct that strictly represents a validated Stellar or Soroban address.
For any question, reach me on Discord: emry_ss
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed