<?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>amiralia2</title>
        <link>https://paragraph.com/@amiralia2</link>
        <description>undefined</description>
        <lastBuildDate>Sun, 10 May 2026 22:41:07 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>amiralia2</title>
            <url>https://storage.googleapis.com/papyrus_images/5eda0bf5fb2bf36f108745654a2a48b0e5761390ca1f9dd75fce91b4997a8c67.jpg</url>
            <link>https://paragraph.com/@amiralia2</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Meet The Sui Name Service]]></title>
            <link>https://paragraph.com/@amiralia2/meet-the-sui-name-service</link>
            <guid>yBdzlQQIOO2k5Fp36fEB</guid>
            <pubDate>Sat, 25 Feb 2023 16:09:55 GMT</pubDate>
            <description><![CDATA[We are excited to introduce you to the Sui Name Service (SuiNS)! SuiNS is being built as a open, distributed naming service on the Sui blockchain. Our first product will be the .sui domain name extension which allows our users to start building their on-chain identity on Sui. Our goal is to build a fair and distributed name service that gives equal access to all and provides a unique experience. To start, SuiNS has closed our pre-seed funding round with participation from Mysten Labs. We are ...]]></description>
            <content:encoded><![CDATA[<p>We are excited to introduce you to the Sui Name Service (SuiNS)! SuiNS is being built as a open, distributed naming service on the Sui blockchain. Our first product will be the .sui domain name extension which allows our users to start building their on-chain identity on Sui. Our goal is to build a fair and distributed name service that gives equal access to all and provides a unique experience.</p><p>To start, SuiNS has closed our pre-seed funding round with participation from <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mystenlabs.com/">Mysten Labs</a>. We are extremely excited to have the opportunity to work with some of the best teams in Blockchain and the immense responsibility we have been given by our investors. The SuiNS team will be releasing the first MVP of our decentralized application in early November with a name registration auction set for Mainnet.</p><h1 id="h-what-is-a-name-service-yesterday-today-and-tomorrow" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is a Name Service? Yesterday, Today, and Tomorrow…</h1><p>Name Services were originally built as a way for humans and machines to communicate over a network. Instead of using an IP address (e.g. 127.0.0.1), users could refer to other users on a network with a simple name (e.g. localhost).</p><p>The first Name Services were centralized and used for a small number of individuals. In fact, they were so centralized they basically lived as a single file on a personal computer. But as the Internet grew, a new system was built in the 1980s: The Domain Name System (DNS). DNS still lives on today and is what you know as .com, or more recently domains such as .xyz. These technologies require a single group in charge of what names are allowed and what they represent.</p><p>Blockchain technology disrupted these systems by allowing Name Services to distribute control and privacy to the community. Being permission-less, these communities are being built by technologists and early adopters with a passion for decentralization.</p><p>One of the earliest forks of Bitcoin (aka Altcoin) was actually a Name Service known as Namecoin which had a goal of decentralized control of DNS. However Namecoin was plagued with name squatting and speculation, making the blockchain almost unusable as a Name Service. More recently Ethereum Name Service and Unstoppable Domains have been successful in building a decentralized Name Service, however have had a different focus than what is being built here at SuiNS.</p>]]></content:encoded>
            <author>amiralia2@newsletter.paragraph.com (amiralia2)</author>
        </item>
        <item>
            <title><![CDATA[my article about SNS]]></title>
            <link>https://paragraph.com/@amiralia2/my-article-about-sns</link>
            <guid>NMgrchBU97sPPeyzGz4B</guid>
            <pubDate>Sat, 25 Feb 2023 16:01:57 GMT</pubDate>
            <description><![CDATA[How Does Sui Work? Sui differs from other blockchains by employing a different consensus and transaction processing mechanism. Traditional blockchain validators sequentially add transactions to the blockchain, thus adding new records to the chain sequentially and limiting the scalability of a blockchain to increase the speed of the said incremental additions (vertical scaling). Sui takes a different approach. Since many transactions naturally are not causally related to each other, Sui does a...]]></description>
            <content:encoded><![CDATA[<p>How Does Sui Work? Sui differs from other blockchains by employing a different consensus and transaction processing mechanism. Traditional blockchain validators sequentially add transactions to the blockchain, thus adding new records to the chain sequentially and limiting the scalability of a blockchain to increase the speed of the said incremental additions (vertical scaling).</p><p>Sui takes a different approach. Since many transactions naturally are not causally related to each other, Sui does away with having each transaction validated by all nodes in the network. Instead, it takes a look only at the relevant piece of data instead of validating the entire chain. In order to accomplish this efficiently, Sui uses an object-centric model, where the chain data storage is not centered around accounts but around objects. This novel type of data storage allows Sui nodes to validate uncorrelated transaction flows independently and individually, instead of having to order all transactions like in the traditional blockchain model.</p><p>The transaction broadcasting and validation on Sui looks as follows:</p><ol><li><p>The sender broadcasts a transaction to all validators.</p></li><li><p>Validators check the transaction for validity and send their weighted votes based on their stake.</p></li><li><p>The sender collects a Byzantine-resistant majority and broadcasts the result as a certificate to validators.</p></li></ol><p>This presumably allows Sui to reach transaction speeds of over 100,000 transactions per second. Furthermore, in the object model of ownership employed by Sui, there are three different types of ownership of an asset: Owned by an address (e.g. coins, or NFTs) Owned by another object (an NFT that is part of another NFT) Shared (e.g. AMM pools) Transactions with shared objects are ordered, but transactions involving owned objects can be executed at a near-instant speed in so-called “single writer apps.” This means that Sui can target verticals such as NFTs, gaming, messaging services, social networks, and decentralized identity platforms that heavily leverage single-writer apps and build them with web3 properties at web2 speed of execution.</p>]]></content:encoded>
            <author>amiralia2@newsletter.paragraph.com (amiralia2)</author>
        </item>
    </channel>
</rss>