Skip to content

Commit

Permalink
Deploy preview for PR 19 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
giac-mysten committed Jun 12, 2024
1 parent 2bd33db commit ae0c373
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
11 changes: 6 additions & 5 deletions pr-preview/pr-19/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -892,13 +892,14 @@ <h2 id="get-a-suins-name"><a class="header" href="#get-a-suins-name">Get a SuiNS
<code>0x6412c4cfbe50e219c2d4d30108d7321d064e15bf64e752307100bff5eb91da38</code>.</li>
</ul>
<h2 id="send-the-suins-registration-object-to-the-address-you-use-with-the-sui-cli"><a class="header" href="#send-the-suins-registration-object-to-the-address-you-use-with-the-sui-cli">Send the SuiNS registration object to the address you use with the Sui CLI</a></h2>
<p>The steps that follow require that the registration object is owned by the address you are using on
the Sui CLI.</p>
<p>To find the address, execute:</p>
<p>The steps that follow require that the SuiNS registration object is owned by the address you are
using on the Sui CLI. Therefore, we need to send this registration object from the address you use
in your browser wallet, to the address of your Sui CLI.</p>
<p>To find the Sui CLI address, execute:</p>
<pre><code class="language-sh">sui client active-address
</code></pre>
<p>Then, from your browser wallet, select "Assets", look for the NFT of the SuiNS registration, which
should look as follows:</p>
<p>Then, from your browser wallet, select the "Assets" tab, and look for the NFT of the SuiNS
registration, which should look as follows:</p>
<p><img src="walrus-sites/../assets/suins-asset.png" alt="the SuiNS registration inside the wallet" /></p>
<p>Click on it, scroll down to "Send NFT", and send it to the address discovered with the command
above. Now, your Sui CLI address owns the registration NFT, and you can proceed to the next step.</p>
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-19/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-preview/pr-19/searchindex.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions pr-preview/pr-19/walrus-sites/tutorial-suins.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,14 @@ <h2 id="get-a-suins-name"><a class="header" href="#get-a-suins-name">Get a SuiNS
<code>0x6412c4cfbe50e219c2d4d30108d7321d064e15bf64e752307100bff5eb91da38</code>.</li>
</ul>
<h2 id="send-the-suins-registration-object-to-the-address-you-use-with-the-sui-cli"><a class="header" href="#send-the-suins-registration-object-to-the-address-you-use-with-the-sui-cli">Send the SuiNS registration object to the address you use with the Sui CLI</a></h2>
<p>The steps that follow require that the registration object is owned by the address you are using on
the Sui CLI.</p>
<p>To find the address, execute:</p>
<p>The steps that follow require that the SuiNS registration object is owned by the address you are
using on the Sui CLI. Therefore, we need to send this registration object from the address you use
in your browser wallet, to the address of your Sui CLI.</p>
<p>To find the Sui CLI address, execute:</p>
<pre><code class="language-sh">sui client active-address
</code></pre>
<p>Then, from your browser wallet, select "Assets", look for the NFT of the SuiNS registration, which
should look as follows:</p>
<p>Then, from your browser wallet, select the "Assets" tab, and look for the NFT of the SuiNS
registration, which should look as follows:</p>
<p><img src="../assets/suins-asset.png" alt="the SuiNS registration inside the wallet" /></p>
<p>Click on it, scroll down to "Send NFT", and send it to the address discovered with the command
above. Now, your Sui CLI address owns the registration NFT, and you can proceed to the next step.</p>
Expand Down

0 comments on commit ae0c373

Please sign in to comment.