mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
23 lines
625 B
Plaintext
23 lines
625 B
Plaintext
---
|
|||
|
|
openapi: post /did.v1.Msg/LinkExternalWallet
|
||
|
|
title: Link External Wallet to DID
|
||
|
|
description: Connect MetaMask, Keplr, or other wallets to your decentralized identity
|
||
|
|
og:title: External Wallet Integration
|
||
|
|
tag: x/did
|
||
|
|
---
|
||
|
|
|
||
|
|
<Note>
|
||
|
|
Each wallet can only be linked to one DID. Attempting to link the same wallet
|
||
|
|
to multiple DIDs will fail.
|
||
|
|
</Note>
|
||
|
|
|
||
|
|
<Warning>
|
||
|
|
Ensure you have control of the wallet before linking. Lost wallet access
|
||
|
|
means losing this verification method.
|
||
|
|
</Warning>
|
||
|
|
|
||
|
|
<Tip>
|
||
|
|
After linking, you can use your external wallet to sign transactions
|
||
|
|
and authenticate operations on behalf of your DID.
|
||
|
|
</Tip>
|