Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit ebed48f

Browse files
committed
feat: add instructions to send SuiNS NFT to the CLI address
1 parent cda5d0a commit ebed48f

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

docs/assets/suins-asset.png

185 KB
Loading

docs/walrus-sites/portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# The Walrus Sites Portal

docs/walrus-sites/site-builder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# The site builder

docs/walrus-sites/tutorial-suins.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ Let's do this step by step.
99

1010
## Get a SuiNS name
1111

12-
IMPORTANT: for this to work, the wallet with which you purchase the SuiNS name should be the same as
13-
the wallet you use in the Sui CLI. Unfortunately the SuiNS interface on Testnet does not allow
14-
setting the resolution through the UI.
15-
1612
- Navigate to [https://testnet.suins.io/](https://testnet.suins.io/), and buy a domain name with
1713
your testnet wallet. For example, `walrusgame` (NOTE: this is already taken, choose another you
1814
like!). NOTE: At the moment, you can only select names that are composed of letters `a-z` and
@@ -23,6 +19,25 @@ setting the resolution through the UI.
2319
info", and copy the `ObjectID`. In our case, this is
2420
`0x6412c4cfbe50e219c2d4d30108d7321d064e15bf64e752307100bff5eb91da38`.
2521

22+
## Send the SuiNS registration object to the address you use with the Sui CLI
23+
24+
The steps that follow require that the registration object is owned by the address you are using on
25+
the Sui CLI.
26+
27+
To find the address, execute:
28+
29+
``` sh
30+
sui client active-address
31+
```
32+
33+
Then, from your browser wallet, select "Assets", look for the NFT of the SuiNS registration, which
34+
should look as follows:
35+
36+
![the SuiNS registration inside the wallet](../assets/suins-asset.png)
37+
38+
Click on it, scroll down to "Send NFT", and send it to the address discovered with the command
39+
above. Now, your Sui CLI address owns the registration NFT, and you can proceed to the next step.
40+
2641
## Map the SuiNS name to the Walrus Site
2742

2843
This step associates the name `walrusgame` to the object ID of our Walrus Site. There are possibly

0 commit comments

Comments
 (0)