---
title: snrd tx did
description: Transactions commands for the did module
---
## Usage
```shell
snrd tx did [flags]
```
```shell
snrd tx did [command]
```
## Available Commands
| Command | Description |
|---------|-------------|
| `add-service` | Add a service endpoint to a DID document |
| `add-verification-method` | Add a verification method to a DID document |
| `create-did` | Create a new DID document |
| `deactivate-did` | Deactivate a DID document |
| `issue-credential` | Issue a W3C verifiable credential |
| `link-external-wallet` | Execute the LinkExternalWallet RPC method |
| `register-web-authn-credential` | Execute the RegisterWebAuthnCredential RPC method |
| `remove-service` | Remove a service endpoint from a DID document |
| `remove-verification-method` | Remove a verification method from a DID document |
| `revoke-credential` | Revoke a W3C verifiable credential |
| `update-did` | Update an existing DID document |
| `update-params` | Execute the UpdateParams RPC method |
## Flags
## Global Flags
## Examples
### Submit transaction
```shell
snrd tx did --from alice --chain-id sonrtest_1-1
```
## See Also
- [snrd tx](./snrd_tx) - Parent command