Open git-union[bot] opened 6 months ago
As a wallet user, I want to create an address alias so that I can prevent errors when others send crypto to my address.
sequenceDiagram participant Sender participant AliasService participant Wallet Sender->>AliasService: Enter alias AliasService->>Wallet: Resolve to address Wallet-->>AliasService: Address details AliasService-->>Sender: Confirm address & complete transaction
Address Alias Feature
As a wallet user, I want to create an address alias so that I can prevent errors when others send crypto to my address.
Acceptance Criteria