Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Apr 4, 2024
1 parent 36b6279 commit b0e3008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/Usernames.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,25 @@ In the first section, select the account that currently owns the username that y

Next, select the "ownership" pallet and the "transferOwnership" extrinsic.

![](../../../static/img/GetSUB/domaintransfer1.png)
![](../../static/img/domaintransfer1.png)

Set the entity to "Domain" (Usernames are known as Domains on the blockchain) and enter the full username below.

Finally, enter the address of the account to transfer the username to.

Submit and sign the transaction.

![](../../../static/img/GetSUB/domaintransfer2.png)
![](../../static/img/domaintransfer2.png)

The recipient will need to accept the transfer in a similar manner, selecting the account that the username was transferred to, and the "ownership" pallet,
but now using the "acceptPendingOwnership" extrinsic. Again, set the entity to "Domain" and enter the full username,
and then sign and submit the transaction.

![](../../../static/img/GetSUB/domaintransfer3.png)
![](../../static/img/domaintransfer3.png)

If you do not want to accept a transfer, you can instead use the "rejectPendingOwnership" extrinsic, which will send the username back to the original owner.

![](../../../static/img/GetSUB/domaintransfer4.png)
![](../../static/img/domaintransfer4.png)

### Can I buy and sell usernames?
At the moment there is no marketplace for trading usernames.

0 comments on commit b0e3008

Please sign in to comment.