<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title> Sui Name Service Devnet</title>
        <link>https://paragraph.com/@sui-name-service-devnet</link>
        <description>All your domains automatically resolve to your wallet address</description>
        <lastBuildDate>Fri, 26 Jun 2026 06:08:22 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Panzerdog Y Sui]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/panzerdog-y-sui</link>
            <guid>jM141flePGdAB9ePHYa7</guid>
            <pubDate>Mon, 20 Feb 2023 01:32:02 GMT</pubDate>
            <description><![CDATA[In the spring of 2015, Lucky Kat Studios was born. Nothing gets the founders more excited seeing pixel art visuals, bringing them back to their childhood memories. From their passion for pixel art games, they wanted to start a gaming company with a philosophy to translate pixel per pixel into fun and challenging mobile games. Since pixel art is low-res the founders believed it’s paramount to work with artists who have an eye for detail. With its current highly talented team, Lucky Kat Studios...]]></description>
            <content:encoded><![CDATA[<p>In the spring of 2015, Lucky Kat Studios was born. Nothing gets the founders more excited seeing pixel art visuals, bringing them back to their childhood memories. From their passion for pixel art games, they wanted to start a gaming company with a philosophy to translate pixel per pixel into fun and challenging mobile games. Since pixel art is low-res the founders believed it’s paramount to work with artists who have an eye for detail. With its current highly talented team, Lucky Kat Studios promises to deliver high quality premium mobile games for users of all age.Panzerdogs, developed by Lucky Kat Studios, is an NFT gaming project where users can own their in-game assets and use them to battle against each other in tanks. Brawl Stars x Tanks x Play-To-Earn.Lucky Kat Studios is an independent game studio located in the Hague, Netherlands. The studio’s mission is to create fun and challenging mobile games that are easily accessible for users of all age. Consisting of a young and driven team of artists, Lucky Kat is specialized in creating pixel art games that aim to make retro the present future.Lucky Kat teamed up with Mysten Labs to create a demo showcasing how Sui’s performance will help lead the synergies between gaming and blockchain technologies. In particular, our goal is to highlight how Sui can be used to create a tight feedback loop between on-chain asset ownership and gameplay.An exciting feature of the Panzerdogs gameplay is that it lets users port-in their NFTs to be used as avatars within their game. Sui is optimized to deliver high throughput, low latency, and low cost, making an ideal network for running in-game assets that need to move around often, cheaply, and easily. More importantly, Sui’s design enables fully on-chain data storage, implying that in-game customizations and upgrades can be immediately reflected on Sui. These characteristics make Sui an ideal platform for running a game such as Panzerdogs, where the user’s NFTs and gameplay are deeply intertwined.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[SoWork s Sui]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/sowork-s-sui</link>
            <guid>bJeYGmP1tMQhPNV0j9Zr</guid>
            <pubDate>Mon, 20 Feb 2023 01:29:41 GMT</pubDate>
            <description><![CDATA[In this system, awards are tied to each employee’s avatar, or identities. As awards are owned by each employee, they are able to freely display within their k office, trade with each other, or list them in system where companies can reward employees with NFT awards, based on customizable criteria with unlock-able perks. Awards can be merit-based, value-based, or events driven. In addition, leaders and teammates can purchase these NFTs and gift them to each other, further boosting teamwork and...]]></description>
            <content:encoded><![CDATA[<p>In this system, awards are tied to each employee’s avatar, or identities. As awards are owned by each employee, they are able to freely display within their k office, trade with each other, or list them in system where companies can reward employees with NFT awards, based on customizable criteria with unlock-able perks. Awards can be merit-based, value-based, or events driven. In addition, leaders and teammates can purchase these NFTs and gift them to each other, further boosting teamwork and thousands of companies working in Workplace - including Tinder and teams at Microsoft, Google, Facebook, and Netflix - is out to transform the way we look at teamwork, collaboration, and spending social time online. The shift to remote and distributed work has unveiled some serious problems in communication, teamwork, culture-building, productivity, and collaboration, on even the best teams. Perhaps surprisingly, many of these problems mirror issues that gamers have solved in order to work and bond together online for gaming (particularly in MMO-land). The SoWork team applies proven gaming principles to the business world to make remote, distributed, and hybrid work wonderful.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[Contribute to Sui]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/contribute-to-sui</link>
            <guid>bq8NHZnFKzQ2WOoTMepP</guid>
            <pubDate>Mon, 20 Feb 2023 01:27:35 GMT</pubDate>
            <description><![CDATA[This page describes how to contribute to Sui, and provides additional information about participating in the Sui contribute to Sui source code or documentation, you need only a account. You can commit updates and then submit a PR directly from the Github website, or create a fork of the repo to your local environment and use your favorite tools to make changes. Always submit PRs to the main branch. First, create a fork of the Labs Sui repo in your own account so that you can work with your ow...]]></description>
            <content:encoded><![CDATA[<p>This page describes how to contribute to Sui, and provides additional information about participating in the Sui contribute to Sui source code or documentation, you need only a account. You can commit updates and then submit a PR directly from the Github website, or create a fork of the repo to your local environment and use your favorite tools to make changes. Always submit PRs to the <code>main</code> branch.</p><p>First, create a fork of the Labs Sui repo in your own account so that you can work with your own <strong>To clone your fork to your local workspace</strong></p><ol><li><p>Open the page for your fork of the repo, then click <strong>Sync fork</strong>.</p></li><li><p>Click <strong>Code</strong>, then click <strong>HTTPS</strong> and copy the web URL displayed.</p></li><li><p>Open a terminal session and navigate to the folder to use, then run the following command, replacing the URL with the URL you copied from the</p></li></ol><p><code>git clone https:/sui.git</code></p><p>The repo is automatically cloned into the <code>sui</code> folder in your workspace. Create a branch of your fork with following command (or follow the</p><p><code>git checkout -b your-branch-name</code></p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[should have a voice in the SNS]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/should-have-a-voice-in-the-sns</link>
            <guid>xvNFlyVC9lgdhY4j4thF</guid>
            <pubDate>Sun, 19 Feb 2023 01:35:48 GMT</pubDate>
            <description><![CDATA[In no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, that are not made for mass adoption. This is a problem because...Stork role can be claimed on Crew3 at level 11.Log on to Crew3 every day and complete quests.cogmmunity members, and contributors. Learn more her]]></description>
            <content:encoded><![CDATA[<p>In no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS,</p><p>that are not made for mass adoption. This is a problem because...Stork role can be claimed on Crew3 at level 11.Log on to Crew3 every day and complete quests.cogmmunity members, and contributors. Learn more her</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[Ownership to the Sui]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/ownership-to-the-sui</link>
            <guid>Gyzzt99knPNv0O9XyxZB</guid>
            <pubDate>Sun, 19 Feb 2023 01:31:49 GMT</pubDate>
            <description><![CDATA[Community Ownership to the Sui . We&apos;re here to help people and build cool products. Join us no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, via a DAO. For this reason, we are pledging 25%+ of $SNS to be registered to early users, community members, and contributors. Learn more here. Community Ownership to the Sui blockchain. We&apos;re here to help people and build cool products. Join us believe crypto is a force...]]></description>
            <content:encoded><![CDATA[<p>Community Ownership to the Sui . We&apos;re here to help people and build cool products. Join us no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, via a DAO. For this reason, we are pledging 25%+ of $SNS to be registered to early users, community members, and contributors. Learn more here.</p><p>Community Ownership to the Sui blockchain. We&apos;re here to help people and build cool products. Join us believe crypto is a force for good and our ultimate goal is to help as many people as possible. Community Ownership to the Sui . We&apos;re here to help people and build cool products. Join us below much potential and we want to build a new type of company, focused on helping individuals. If you cannot see the future by now, we want to make it clear: this is not your regular crypto protocol.</p><p>We&apos;re here for the people. Let&apos;s make history.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[ random SNS character ]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/random-sns-character</link>
            <guid>OAbrN5PDNtlwmgfEaGlE</guid>
            <pubDate>Sun, 19 Feb 2023 01:28:09 GMT</pubDate>
            <description><![CDATA[Welcome to the SNS A community-run identity protocol for Sui. This is not your ordinary protocol. We&apos;re taking the idea of domains and using it to bring Gaming & Community Ownership to the Sui blockchain. We&apos;re here to help people and build cool products. Join us below.I just minted my .sui domain for free on the Sui Name Service https://sns.domains/231ssw.sui]]></description>
            <content:encoded><![CDATA[<p>Welcome to the SNS A community-run identity protocol for Sui. This is not your ordinary protocol. We&apos;re taking the idea of domains and using it to bring Gaming &amp; Community Ownership to the Sui blockchain. We&apos;re here to help people and build cool products. Join us below.I just minted my .sui domain for free on the Sui Name Service</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://sns.domains/231ssw.sui">https://sns.domains/231ssw.sui</a></p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[SNS to be registered]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/sns-to-be-registered</link>
            <guid>JgkEB3UNa5fKOzSNmYB6</guid>
            <pubDate>Fri, 17 Feb 2023 01:44:37 GMT</pubDate>
            <description><![CDATA[The same projects, found on and Solana, are now coming to Sui with little distinction. Examples of this are name services that are almost exact copies of ENS, or exchanges that are not made for mass adoption. This is a problem because... Crew3 is the community management platform we use to keep track of your engagement. Log on to Crew3 every day and complete quests. Whitelist Stork role can be claimed on Crew3 at level 11. In no other time in history have people had a say in the protocols the...]]></description>
            <content:encoded><![CDATA[<p>The same projects, found on and Solana, are now coming to Sui with little distinction. Examples of this are name services that are almost exact copies of ENS, or exchanges that are not made for mass adoption. This is a problem because... Crew3 is the community management platform we use to keep track of your engagement. Log on to Crew3 every day and complete quests. Whitelist Stork role can be claimed on Crew3 at level 11. In no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, via a DAO. For this reason, we are pledging 25%+ of $SNS to be registered to early users, community members, and contributors. Learn more here.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[SNS will be community-run]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/sns-will-be-community-run</link>
            <guid>NlceKNurGIves0tA8QWt</guid>
            <pubDate>Fri, 17 Feb 2023 01:36:03 GMT</pubDate>
            <description><![CDATA[Giving back to the people The SNS will be community-run via the $SNS DAO. In no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, via a DAO. For this reason, we are pledging 25%+ of $SNS to be registered to early users, community members, and contributors. Learn more here. We believe crypto is a force for good and our ultimate goal is to help as many people as possible. DAOs have so much potential and we want to build a ne...]]></description>
            <content:encoded><![CDATA[<p>Giving back to the people The SNS will be community-run via the $SNS DAO.</p><p>In no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, via a DAO. For this reason, we are pledging 25%+ of $SNS to be registered to early users, community members, and contributors. Learn more here.</p><p>We believe crypto is a force for good and our ultimate goal is to help as many people as possible. DAOs have so much potential and we want to build a new type of company, focused on helping individuals. If you cannot see the future by now, we want to make it clear: this is not your regular crypto protocol.</p><p>We&apos;re here for the people. Let&apos;s make history.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[Liking SNS t]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/liking-sns-t</link>
            <guid>0mGwx8h5qLthDbe76qxP</guid>
            <pubDate>Fri, 17 Feb 2023 01:34:42 GMT</pubDate>
            <description><![CDATA[Liking SNS tweets every day Inviting your friends to the SNS Discord Minting your own domains and sharing them on twitter Crew3 is the community management platform we use to keep track of your engagement. Log on to Crew3 every day and complete quests. Whitelist Stork role can be claimed on Crew3 at level 11. In no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, via a DAO. For this reason, we are pledging 25%+ of $SNS to...]]></description>
            <content:encoded><![CDATA[<p>Liking SNS tweets every day Inviting your friends to the SNS Discord Minting your own domains and sharing them on twitter Crew3 is the community management platform we use to keep track of your engagement. Log on to Crew3 every day and complete quests. Whitelist Stork role can be claimed on Crew3 at level 11. In no other time in history have people had a say in the protocols they use. We believe people should have a voice in the SNS, via a DAO. For this reason, we are pledging 25%+ of $SNS to be registered to early users, community members, and contributors. Learn more here. This is not another ENS Copy. We&apos;re taking the idea of a name service and building an empire.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[The SNS]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/the-sns</link>
            <guid>6nwMahy97FCcikZ8rghT</guid>
            <pubDate>Thu, 16 Feb 2023 02:50:50 GMT</pubDate>
            <description><![CDATA[Our javascript api allows you to resolve .sui domains and profiles in just 6 lines of code. But, before you integrate, you should know a few things about the SNS architecture.Every domain name has a resolver.The resolver stores text records and a reference to the domain NFT object.A domain NFT is owned by the wallet address and can be transferred freely.Domains always resolve to the wallet that owns their domain NFT.A wallet can have a profile without a domain name. Please note: all api queri...]]></description>
            <content:encoded><![CDATA[<p>Our javascript api allows you to resolve .sui domains and profiles in just 6 lines of code. But, before you integrate, you should know a few things about the SNS architecture.</p><ol><li><p>Every domain name has a resolver.</p></li><li><p>The resolver stores text records and a reference to the domain NFT object.</p></li><li><p>A domain NFT is owned by the wallet address and can be transferred freely.</p></li><li><p>Domains always resolve to the wallet that owns their domain NFT.</p></li><li><p>A wallet can have a profile without a domain name. Please note: all api queries are made on chain. The SNS does not store any domain or profile data, other than profile pictures for devnet. On Mainnet, they will be uploaded to the IPFS.</p></li></ol><p>Already integrated?</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[Payments by SNS]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/payments-by-sns</link>
            <guid>LDuPoBFq1uJiEWSpYYBn</guid>
            <pubDate>Thu, 16 Feb 2023 02:48:58 GMT</pubDate>
            <description><![CDATA[Please note: all api queries are made on chain. The SNS does not store any domain or profile data, other than profile pictures for devnet. On Mainnet, they will be uploaded to the IPFS.daily quests and reach level 11 to get your spot. Payments by SNS Know who you&apos;re sending to, always. Payments is here to provide a standard payment platform across the Sui ecosystem. No .sui domain necessary. Anyone can create a SNS Profile and use SNS services, free of charge. Proudly a people first comp...]]></description>
            <content:encoded><![CDATA[<p>Please note: all api queries are made on chain. The SNS does not store any domain or profile data, other than profile pictures for devnet. On Mainnet, they will be uploaded to the IPFS.daily quests and reach level 11 to get your spot. Payments by SNS Know who you&apos;re sending to, always. Payments is here to provide a standard payment platform across the Sui ecosystem. No .sui domain necessary. Anyone can create a SNS Profile and use SNS services, free of charge. Proudly a people first company.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
        <item>
            <title><![CDATA[
Sui Name Service
Devnet]]></title>
            <link>https://paragraph.com/@sui-name-service-devnet/sui-name-service-devnet</link>
            <guid>NoTFuDtMfuW7OsbG4xXa</guid>
            <pubDate>Thu, 16 Feb 2023 02:46:31 GMT</pubDate>
            <description><![CDATA[Payments by SNS Know who you&apos;re sending to, always. Payments is here to provide a standard payment platform across the Sui ecosystem. No .sui domain necessary. Anyone can create a SNS Profile and use SNS services, free of charge. Proudly a people first company.]]></description>
            <content:encoded><![CDATA[<p>Payments by SNS Know who you&apos;re sending to, always. Payments is here to provide a standard payment platform across the Sui ecosystem. No .sui domain necessary. Anyone can create a SNS Profile and use SNS services, free of charge. Proudly a people first company.</p>]]></content:encoded>
            <author>sui-name-service-devnet@newsletter.paragraph.com ( Sui Name Service Devnet)</author>
        </item>
    </channel>
</rss>