<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Developers Forum for XinFin XDC Network: XDC Web3 Domains</title>
    <description>The latest articles on Developers Forum for XinFin XDC Network by XDC Web3 Domains (@xdcdomains).</description>
    <link>https://www.xdc.dev/xdcdomains</link>
    <image>
      <url>https://www.xdc.dev/images/TE8JP9i1Bcvu6-T0iEmRrMfbCbiEGeoSjYu2DF8e6Vo/rs:fill:90:90/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL3VzZXIvcHJv/ZmlsZV9pbWFnZS8x/NDUvOTQ1Y2MwZmMt/YzUyMi00MTcyLWI3/OGItOTA3MGMwYzkw/M2IxLnBuZw</url>
      <title>Developers Forum for XinFin XDC Network: XDC Web3 Domains</title>
      <link>https://www.xdc.dev/xdcdomains</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.xdc.dev/feed/xdcdomains"/>
    <language>en</language>
    <item>
      <title>Instructions for dApp integration with 3rd wallets that support XDC network such as: metamask, nabox, onto, dcent etc</title>
      <dc:creator>XDC Web3 Domains</dc:creator>
      <pubDate>Fri, 28 Oct 2022 08:15:16 +0000</pubDate>
      <link>https://www.xdc.dev/xdcdomains/instructions-for-dapp-integration-with-3rd-wallets-that-support-xdc-network-such-as-metamask-nabox-onto-dcent-etc-7c9</link>
      <guid>https://www.xdc.dev/xdcdomains/instructions-for-dapp-integration-with-3rd-wallets-that-support-xdc-network-such-as-metamask-nabox-onto-dcent-etc-7c9</guid>
      <description>&lt;p&gt;Instructions for dApp integration with 3rd wallets that support XDC network such as: metamask, nabox, onto, dcent etc&lt;/p&gt;

&lt;p&gt;First step you need to install:&lt;/p&gt;

&lt;p&gt;For Nodejs:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm i xdc3
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For web app&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;script src="https://cdn.jsdelivr.net/npm/xdc3@1.3.13416/dist/web3.min.js"&amp;gt;&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You need to read more walletconnect to can do work with dcent or wallets that support walletconnect&lt;br&gt;
&lt;a href="https://docs.walletconnect.com/1.0/quick-start/dapps/web3-provider"&gt;https://docs.walletconnect.com/1.0/quick-start/dapps/web3-provider&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;var adapters = ['metamask', 'xdcpay', 'nabox', 'dcent', ];
var connector;

if (adapter == 'metamask')
        {
            window.web3 = new Web3(ethereum);

            window.ethereum.on('chainChanged', () =&amp;gt; {
                document.location.reload();
            });

            window.ethereum.on('accountsChanged', () =&amp;gt; {
                 document.location.reload();
            });
            await web3.eth.requestAccounts();
        }

        if (adapter == 'xdcpay'){
            window.web3 = new Web3(window.xdc);
        }

        if (adapter == 'nabox'){
            window.web3 = new Web3(window.NaboxWallet);
            await web3.eth.requestAccounts();
        }

        if (adapter == 'onto')
        {
            window.web3 = new Web3(window.onto);
            await web3obj.eth.requestAccounts();
        }

        if (adapter == 'dcent'){
            var WalletConnectProvider = window.WalletConnectProvider.default;
            connector = new WalletConnectProvider({
                  rpc: {
                    50: "https://rpc.xinfin.network"
                  },
                  qrcodeModalOptions: {
                    mobileLinks: [
                      "dcent"
                    ],
                    desktopLinks: [
                      "dcent"
                    ]
                  }
            });

            await connector.enable();
            window.web3 = new Web3(connector);
        }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Hope it helps, and we'll update when there's an integration for new wallets.&lt;br&gt;
Thanks!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://xdcdmomains.xyz"&gt;https://xdcdmomains.xyz&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>.xdc domains releases SDK libraries for projects that need to integrate .xdc into their wallets and dapps.</title>
      <dc:creator>XDC Web3 Domains</dc:creator>
      <pubDate>Wed, 24 Aug 2022 08:50:03 +0000</pubDate>
      <link>https://www.xdc.dev/xdcdomains/xdc-domains-releases-sdk-libraries-for-projects-that-need-to-integrate-xdc-into-their-wallets-and-dapps-9np</link>
      <guid>https://www.xdc.dev/xdcdomains/xdc-domains-releases-sdk-libraries-for-projects-that-need-to-integrate-xdc-into-their-wallets-and-dapps-9np</guid>
      <description>&lt;p&gt;We are XDC Web3 Domain (.xdc). We are happy to partner with projects (wallets, dapps) on XDCNetwork to integrate .xdc into their projects.&lt;/p&gt;

&lt;p&gt;For dApp: When you use DApps integrated with .xdc domains, your .xdc account will be visible anywhere on DApps instead of a long wallet address.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.xdc.dev/images/Hz0D348y8i-XhpKxZ1KDNPgiCfWukH1qoqPQIFTg0F0/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2N6MjMxbmg3YWNj/aGpqYml6YWQ2Lmpw/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/Hz0D348y8i-XhpKxZ1KDNPgiCfWukH1qoqPQIFTg0F0/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2N6MjMxbmg3YWNj/aGpqYml6YWQ2Lmpw/Zw" alt="Image description" width="880" height="711"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For Wallet: When the wallet integrates .xdc instead of a long wallet address. Then sending and receiving tokens/NFTs is really as simple as just pasting the .xdc domain. It's more secure, avoid confusion and really stress free from having to check long wallet addresses.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.xdc.dev/images/WgX-9NM0_epFmTAhOt7GuG7ldGNOB7Zn_9ep0E8GUFU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2xoOW9rNjV1eHZm/eG1mdWpiNmpxLmpw/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/WgX-9NM0_epFmTAhOt7GuG7ldGNOB7Zn_9ep0E8GUFU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2xoOW9rNjV1eHZm/eG1mdWpiNmpxLmpw/Zw" alt="Image description" width="880" height="1084"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We now have NPMJS and RestfulAPI available for integration, see details below:&lt;/p&gt;

&lt;p&gt;Github: &lt;a href="https://github.com/XDCWeb3Domains"&gt;https://github.com/XDCWeb3Domains&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Npmjs: &lt;a href="https://npmjs.com/package/xdcdomainjs"&gt;https://npmjs.com/package/xdcdomainjs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Restful API: &lt;a href="https://github.com/XDCWeb3Domains/restfulAPI"&gt;https://github.com/XDCWeb3Domains/restfulAPI&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;If you have any questions, feel free to comment on this post&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What should we pay attention to when deploying XRC721 smart contract on XDCNetwork?</title>
      <dc:creator>XDC Web3 Domains</dc:creator>
      <pubDate>Mon, 15 Aug 2022 09:05:49 +0000</pubDate>
      <link>https://www.xdc.dev/xdcdomains/what-should-we-pay-attention-to-when-deploying-xrc721-smart-contract-on-xdcnetwork-4hn8</link>
      <guid>https://www.xdc.dev/xdcdomains/what-should-we-pay-attention-to-when-deploying-xrc721-smart-contract-on-xdcnetwork-4hn8</guid>
      <description>&lt;p&gt;From our practical experience when deploying xdcdomain on XDC Network, we realize the following precautions are needed to ensure your contract can be displayed well on Blocksscan and Dcent wallet:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Avoid using TokenId with too long numbers:&lt;/strong&gt;&lt;br&gt;
We used hashname algorithm to convert text to unit256 and used it as tokenId, everything works perfectly, data is fully stored on blockchain. However, explorer.xinfin.network cannot display these transactions. Reason:&lt;/p&gt;

&lt;p&gt;Domain: blocksscan.xdc&lt;br&gt;
tokenId:77979873881399215098531253405261912846024336523392861649759436500022565154832&lt;/p&gt;

&lt;p&gt;tokenId is a number that is too long, so explorer may not be fully supported. &lt;/p&gt;

&lt;p&gt;Advice: Please keep it simple and use Counters.sol of OpenZeppelin to solve the creation is to store tokenId with increment variable. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Counters.sol"&gt;https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Counters.sol&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Returns url format when calling tokenURI function:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;function tokenURI(uint256 _tokenId) public view returns (string) {&lt;br&gt;
  return Strings.strConcat(&lt;br&gt;
      baseTokenURI(),&lt;br&gt;
      _tokenId&lt;br&gt;
  );&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Make sure that calling the tokenURI function with the tokenId parameter always returns the url format "&lt;a href="https://yourhost.com/tokenId"&gt;https://yourhost.com/tokenId&lt;/a&gt;"&lt;/p&gt;

&lt;p&gt;If you return base64 and store the entire json of the metatdata when calling tokenURI, surely blocksscan and dcent will not fully support and lead to not being able to read the metadata.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Metadata needs to be standards compliant:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;See the metadata-standard here: &lt;a href="https://docs.opensea.io/docs/metadata-standards"&gt;https://docs.opensea.io/docs/metadata-standards&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Note the image parameters are very important for dcent wallet to show your NFT. So try to store both the image path and the base64 of the image if possible.&lt;/p&gt;

&lt;p&gt;image: This is the URL to the image of the item. Can be just about any type of image (including SVGs, which will be cached into PNGs by OpenSea), and can be IPFS URLs or paths. We recommend using a 350 x 350 image.&lt;/p&gt;

&lt;p&gt;image_data: Raw SVG image data, if you want to generate images on the fly (not recommended). Only use this if you're not including the image parameter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. "xdc" string will be converted to 0x when you write to smart contract&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So the solution when you need to display the correct xdc string, you need to hard fix it in the smart contract or set the variable to bytes.&lt;/p&gt;

&lt;p&gt;Thanks! Hope to be of help to you!&lt;/p&gt;

</description>
      <category>xdc</category>
      <category>xrc721</category>
      <category>xdcdomains</category>
      <category>blocksscan</category>
    </item>
    <item>
      <title>XDC Web3 Domains (.xdc)</title>
      <dc:creator>XDC Web3 Domains</dc:creator>
      <pubDate>Sun, 24 Jul 2022 18:06:55 +0000</pubDate>
      <link>https://www.xdc.dev/xdcdomains/xdc-web3-domains-xdc-468i</link>
      <guid>https://www.xdc.dev/xdcdomains/xdc-web3-domains-xdc-468i</guid>
      <description>&lt;h2&gt;
  
  
  XDC Web3 Domains (.xdc) - Own Your Blockchain Domains
&lt;/h2&gt;

&lt;p&gt;Building Identity on blockchain with .xdc domains&lt;/p&gt;

&lt;p&gt;NFT domain is not only a wallet name, it also has functions of a website address. As a website, the users can type in their NFT domain name in a compatible browser, it will show users the website content that they put there. As a cryptocurrency wallet, they can use that same domain name to send and receive cryptocurrencies.&lt;/p&gt;

&lt;p&gt;In the past, whenever cryptocurrency holders wanted to send crypto to another person, they needed their wallet address, which consists of a long string of letters and numbers. Today, all they need is a domain name, making it easier than ever to send and receive cryptocurrencies.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Website: &lt;a href="https://xdcdomains.xyz/"&gt;https://xdcdomains.xyz/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Twitter: &lt;a href="https://twitter.com/xdcdomains"&gt;https://twitter.com/xdcdomains&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Github: &lt;a href="https://github.com/XDCWeb3Domains"&gt;https://github.com/XDCWeb3Domains&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email: &lt;a href="mailto:info@xdcdomains.xyz"&gt;info@xdcdomains.xyz&lt;/a&gt; &amp;amp; &lt;a href="mailto:xdcdomains@gmail.com"&gt;xdcdomains@gmail.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h5&gt;
  
  
  REPLACE A CRYPTO ADDRESS WITH A DOMAIN NAME
&lt;/h5&gt;

&lt;p&gt;In the past, whenever you sent crypto to another person, you needed their wallet address, which consists of a long string of letters and numbers. Today, all you need is a domain name, making it easier than ever to send and receive cryptocurrencies. It’s security, privacy and safety.&lt;/p&gt;

&lt;h5&gt;
  
  
  ONE-TIME REGISTRATION FEE, NO RENEWAL FEES
&lt;/h5&gt;

&lt;p&gt;XDC domains are not rented, after buying a .xdc domain, it is yours forever, no one can request any renewal fees from you. Domains can be stored in your wallet, like cryptocurrency and only you can control it.&lt;/p&gt;

&lt;h5&gt;
  
  
  TRANSACTIONS WILL BE SIMPLIFIED
&lt;/h5&gt;

&lt;p&gt;A crypto wallet address is made up of a series of random numbers and letters like &lt;strong&gt;xdccee6f2d7d0c95052161387b04c09880744065e&lt;/strong&gt;, that makes transfering cryptocurrency from one wallet to another more difficult. With a .xdc domain, it becomes much easier when your friends can send you money to your domain address rather than copying lots of random numbers and letters.&lt;/p&gt;

&lt;h5&gt;
  
  
  SUPPORT ENDLESS CURRENCIES AND TOKENS
&lt;/h5&gt;

&lt;p&gt;Another advantage of xdc domain is that many currencies are accepted and can receive tokens and coins. Some of the most popular accepted cryptocurrencies and tokens are: BTC, ETH, Solana, etc.&lt;/p&gt;

&lt;h5&gt;
  
  
  DOMAIN IS YOURS AND ONLY YOU CAN CONTROL IT
&lt;/h5&gt;

&lt;p&gt;.xdc domains are not centralized, after purchasing them, they are yours for life and you can also control it fully without third parties dictating rules to you.&lt;/p&gt;

&lt;h3&gt;
  
  
  Great Features
&lt;/h3&gt;

&lt;h5&gt;
  
  
  Your NFT Avatar
&lt;/h5&gt;

&lt;p&gt;You can set your own picture as your NFT Avatar easily.&lt;/p&gt;

&lt;h5&gt;
  
  
  Public Profile
&lt;/h5&gt;

&lt;p&gt;Public visible profile information such as your website, social media links.&lt;/p&gt;

&lt;h5&gt;
  
  
  Unlimited Subdomains
&lt;/h5&gt;

&lt;p&gt;You can create unlimited subdomains for your company members easily.&lt;/p&gt;

&lt;h5&gt;
  
  
  NFT Gallery
&lt;/h5&gt;

&lt;p&gt;Your NFT collections can be displayed and organized many ready-made functions.&lt;/p&gt;

&lt;h5&gt;
  
  
  SDK &amp;amp; API
&lt;/h5&gt;

&lt;p&gt;SDK integrates with third-party platforms like wallets, dapps, defi, etc.&lt;/p&gt;

&lt;h4&gt;
  
  
  Multi Wallet Address
&lt;/h4&gt;

&lt;p&gt;Store many different types of wallet addresses such as: BTC, ETH, Solana, etc.&lt;/p&gt;

&lt;h5&gt;
  
  
  Transfer xdc domains
&lt;/h5&gt;

&lt;p&gt;Transfer .xdc domains between domains or addresses easily.&lt;/p&gt;

&lt;h3&gt;
  
  
  Roadmap
&lt;/h3&gt;

&lt;h5&gt;
  
  
  Q3/2022
&lt;/h5&gt;

&lt;ul&gt;
&lt;li&gt;Launch website &amp;amp; twitter&lt;/li&gt;
&lt;li&gt;Launch testnet &amp;amp; mainnet&lt;/li&gt;
&lt;li&gt;Features: set nft avatar, social links &amp;amp; transfer domains&lt;/li&gt;
&lt;/ul&gt;

&lt;h5&gt;
  
  
  Q4/2022
&lt;/h5&gt;

&lt;ul&gt;
&lt;li&gt;List domain on nft makerplace&lt;/li&gt;
&lt;li&gt;Build sdk &amp;amp; api for third-party&lt;/li&gt;
&lt;li&gt;Launch profile page&lt;/li&gt;
&lt;li&gt;Launch nft gallery&lt;/li&gt;
&lt;li&gt;Launch subdomain&lt;/li&gt;
&lt;/ul&gt;

&lt;h5&gt;
  
  
  Q1-Q2/2023
&lt;/h5&gt;

&lt;ul&gt;
&lt;li&gt;Update smart contract V2&lt;/li&gt;
&lt;li&gt;Launch landing builder tool&lt;/li&gt;
&lt;li&gt;Launch referral program&lt;/li&gt;
&lt;li&gt;Launch extension: Chrome &amp;amp; Firefox&lt;/li&gt;
&lt;li&gt;Launch DAO's governance&lt;/li&gt;
&lt;/ul&gt;

&lt;h5&gt;
  
  
  Q3-Q4/2023
&lt;/h5&gt;

&lt;ul&gt;
&lt;li&gt;Open forum for community&lt;/li&gt;
&lt;li&gt;$xdcd token airdrop for holder&lt;/li&gt;
&lt;li&gt;$xdcd staking &amp;amp; farming&lt;/li&gt;
&lt;li&gt;List $xdcd on CEX exchange&lt;/li&gt;
&lt;li&gt;Buyback &amp;amp; burn $xdcd&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Key of XDC domains
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;Have you own xdc domains&lt;/li&gt;
&lt;li&gt;Partner with xdc &amp;amp; grow together&lt;/li&gt;
&lt;li&gt;Support emoji in domains: 🌗⭐️🌞.xdc&lt;/li&gt;
&lt;li&gt;Cheap price: 10$/domain&lt;/li&gt;
&lt;li&gt;No Gas Fee, Fast Speed&lt;/li&gt;
&lt;li&gt;No best domains reserved&lt;/li&gt;
&lt;li&gt;Many add-ons attached&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  FAQ
&lt;/h3&gt;

&lt;h5&gt;
  
  
  Q: What is an NFT Domain?
&lt;/h5&gt;

&lt;p&gt;A: NFT Domains are new web extensions launched as smart contracts on public blockchains. NFT domains can be stored in a crypto wallet, and it belongs to the owner, no third-party company or individual can seize it.&lt;/p&gt;

&lt;h5&gt;
  
  
  Q: Can I transfer my blockchain domains?
&lt;/h5&gt;

&lt;p&gt;A: Yes, .xdc domains are build on XDC721 (NFT), you can transfer it using an XDC721 enabled wallet.&lt;/p&gt;

&lt;h5&gt;
  
  
  Q: Are xdc domain compatible with ICANN traditional domains?
&lt;/h5&gt;

&lt;p&gt;A: No, .xdc domains are built using blockchain technology. It can help you to launch distributed web which traditional domains cannot do.&lt;/p&gt;

&lt;h5&gt;
  
  
  Q: How to connect XDCPay wallet?
&lt;/h5&gt;

&lt;p&gt;A: Connect XDCPay: Will be ready very soon&lt;/p&gt;

&lt;h5&gt;
  
  
  Q: How much does it cost to register?
&lt;/h5&gt;

&lt;p&gt;A: Currently, subscription costs are set at the following rate:&lt;br&gt;
5 characters or more&lt;br&gt;
4 characters&lt;br&gt;
3 characters&lt;br&gt;
2 characters&lt;br&gt;
The characters 2 and 3 and 4 are priced as 'premium' to reflect the small number of these names available.&lt;/p&gt;

&lt;h3&gt;
  
  
  TEAM
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Mr. Herry Vu - Founder &amp;amp; CEO &amp;amp; Blockchain Engineer&lt;/strong&gt;: Over 15 year of experience in management roles for major IT project such as ERP and Business Portal. He is an expert in Information System and Database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Ms. Kyra Nguyen - Co-Founder &amp;amp; Partnership&lt;/strong&gt;: Over 5 years of experience in managing communities and partnerships for many large enterprises.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Mr. Luong - BA &amp;amp; Product Owner&lt;/strong&gt;: He is an impassioned technologist and blockchain expert. Luong had founded and advised various companies in Singapore &amp;amp; the US in the blockchain, e-commerce, and sharing economy startups. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Mr. Tony Tran - dApp &amp;amp; Blockchain Development&lt;/strong&gt;: He is an impassioned technologist and blockchain expert. Luong had founded and advised various companies in Singapore &amp;amp; the US in the blockchain, e-commerce, and sharing economy startups. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Mr. Ryker Tran - dApp &amp;amp; Blockchain&lt;/strong&gt;: He is a software engineer, and a designer of Blockchain system. He is the main responsibility for the development of Ethereum Blockchain platform and related apps such as exchange, lending, etc..&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Mr. Trieu Vo - Community&lt;/strong&gt;: Trieu Vo has nearly 10 years of experience working in video marketing, especially digital advertising and blockchain. Constantly learning in the blockchain field through the ICO period, IDO IPO to coin meme trends, play to earn and to move to earn. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Other&lt;/strong&gt;: There are 5 other people working part time are developer and designer...&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Thank you!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>proposals</category>
      <category>nftdomain</category>
      <category>xdcdomains</category>
    </item>
  </channel>
</rss>
