<?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: 𝔤𝔞𝔰 𝔩𝔦𝔪𝔦𝔱</title>
    <description>The latest articles on Developers Forum for XinFin XDC Network by 𝔤𝔞𝔰 𝔩𝔦𝔪𝔦𝔱 (@gaslimit).</description>
    <link>https://www.xdc.dev/gaslimit</link>
    <image>
      <url>https://www.xdc.dev/images/QjDWchb6GKdMUnUUQVHVsnltycCJQrQfw5M-vGBh3lI/rs:fill:90:90/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL3VzZXIvcHJv/ZmlsZV9pbWFnZS8y/MDA5LzM3ZDU2OTYx/LTNiNDktNGQ3Ny1h/NDU5LTE4Yjk0ZDEz/NjI4NC5wbmc</url>
      <title>Developers Forum for XinFin XDC Network: 𝔤𝔞𝔰 𝔩𝔦𝔪𝔦𝔱</title>
      <link>https://www.xdc.dev/gaslimit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.xdc.dev/feed/gaslimit"/>
    <language>en</language>
    <item>
      <title>[Solved] The contract could not be found on it's DNS TXT records</title>
      <dc:creator>𝔤𝔞𝔰 𝔩𝔦𝔪𝔦𝔱</dc:creator>
      <pubDate>Thu, 12 Oct 2023 03:32:33 +0000</pubDate>
      <link>https://www.xdc.dev/gaslimit/the-contract-could-not-be-found-on-its-dns-txt-records-56l5</link>
      <guid>https://www.xdc.dev/gaslimit/the-contract-could-not-be-found-on-its-dns-txt-records-56l5</guid>
      <description>&lt;p&gt;Hello, I am trying to build on tradetrust and I am trying to properly configure my dns txt, but my DNS TXT record could not be properly retrieved.&lt;/p&gt;

&lt;p&gt;I believe I have formatted it correctly, my dns TXT is &lt;code&gt;dtgtest.gaslimit.engineer&lt;/code&gt;. Please check to see if it's correct.&lt;/p&gt;

&lt;p&gt;I have also console logged the information that was retrieved from my config.json on the right.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

&lt;p&gt;EDIT:&lt;br&gt;
It doesnt work on the openattestation tool either&lt;br&gt;
&lt;a href="https://toolkit.openattestation.com/dns"&gt;Link to OpenAttestation DNS checker tool&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/0P8tJ7A2s26xL0OU077ntHRR18O0NU5CPQjcWUCNu3A/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/Lzg2dHkzMjNjbHJt/bzJjeDJ1Ymg1LnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/0P8tJ7A2s26xL0OU077ntHRR18O0NU5CPQjcWUCNu3A/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/Lzg2dHkzMjNjbHJt/bzJjeDJ1Ymg1LnBu/Zw" alt="Image description" width="880" height="637"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It works on other viewers, though&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/kAhwtwmq8Qhf4UR4gyEz7n5vLSCNy1TIbfdQkofU-ZU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2puc253dXNob3R0/b2o4emIxYmhwLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/kAhwtwmq8Qhf4UR4gyEz7n5vLSCNy1TIbfdQkofU-ZU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L2puc253dXNob3R0/b2o4emIxYmhwLnBu/Zw" alt="Image description" width="880" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tradetrust</category>
      <category>dnstxt</category>
    </item>
    <item>
      <title>[Solved] How Do I Get an RPC URL for My Subnet?</title>
      <dc:creator>𝔤𝔞𝔰 𝔩𝔦𝔪𝔦𝔱</dc:creator>
      <pubDate>Tue, 12 Sep 2023 19:32:01 +0000</pubDate>
      <link>https://www.xdc.dev/gaslimit/how-do-i-get-an-rpc-url-for-my-subnet-3pc5</link>
      <guid>https://www.xdc.dev/gaslimit/how-do-i-get-an-rpc-url-for-my-subnet-3pc5</guid>
      <description>&lt;p&gt;I want to enable gasless transactions for my users of platform. I have set up my Subnet, but I don't know how to connect it to ethers. I have found my subnet local device's RPC URL from localhost:3000, but I do not know if it is safe, nor feasible to use it as an endpoint. Can someone please advise me on how I can use ethers to let users on my platform transact with my subchain without paying gas? thanks.&lt;br&gt;
&lt;a href="https://www.xdc.dev/images/34IORXBqMD-4sGdI7lsN9JyzyemxI3Qej2hS3REFbcI/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3pkY213emdydTYy/MHY3cDN5bnBqLnBu/Zw" class="article-body-image-wrapper"&gt;&lt;img src="https://www.xdc.dev/images/34IORXBqMD-4sGdI7lsN9JyzyemxI3Qej2hS3REFbcI/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/eGRjLmRldi91cGxv/YWRzL2FydGljbGVz/L3pkY213emdydTYy/MHY3cDN5bnBqLnBu/Zw" alt="Image description" width="880" height="872"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>[WIP] Relayer for Meta Transactions</title>
      <dc:creator>𝔤𝔞𝔰 𝔩𝔦𝔪𝔦𝔱</dc:creator>
      <pubDate>Wed, 30 Aug 2023 02:01:02 +0000</pubDate>
      <link>https://www.xdc.dev/gaslimit/relayer-for-meta-transactions-1gdg</link>
      <guid>https://www.xdc.dev/gaslimit/relayer-for-meta-transactions-1gdg</guid>
      <description>&lt;p&gt;Hello, I am looking to implement gasless transactions for my application. Which relayer is best for the XDC network? thanks.&lt;/p&gt;

</description>
      <category>dev</category>
      <category>gasless</category>
    </item>
  </channel>
</rss>
