<?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>DEV Community: Trip Gang</title>
    <description>The latest articles on DEV Community by Trip Gang (@peace86216).</description>
    <link>https://dev.to/peace86216</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F557573%2Fe5fe7a22-273a-48ba-8b58-f389c9b75c30.jpg</url>
      <title>DEV Community: Trip Gang</title>
      <link>https://dev.to/peace86216</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/peace86216"/>
    <language>en</language>
    <item>
      <title>How to receive data from webApp in telegraf.</title>
      <dc:creator>Trip Gang</dc:creator>
      <pubDate>Mon, 22 May 2023 06:45:01 +0000</pubDate>
      <link>https://dev.to/peace86216/how-to-receive-data-from-webapp-in-telegraf-2n65</link>
      <guid>https://dev.to/peace86216/how-to-receive-data-from-webapp-in-telegraf-2n65</guid>
      <description>&lt;p&gt;I'd like to know how to receive data or event from webapp in telegraf.&lt;br&gt;
I used grammy inline keyboard to open webapp.&lt;br&gt;
here is the code.&lt;br&gt;
import {InlineKeyboard} from 'grammy';&lt;/p&gt;

&lt;p&gt;const keyboard =  new InlineKeyboard()&lt;br&gt;
  .webApp('Deposit/Withdraw', &lt;br&gt;
    &lt;code&gt;https://weehodl-web.netlify.app/wallets?solwallet=${userinfo.solWallet.publicKey}&amp;amp;ethwallet=${userinfo.ethWallet.publicKey}&amp;amp;chatid=${userinfo.telegramId}&lt;/code&gt;&lt;br&gt;
  );&lt;/p&gt;

&lt;p&gt;I made webapp with react.&lt;br&gt;
I don't how to send data from web app to bot and how to receive it on bot.&lt;br&gt;
I need help.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Smart contract revert error when calling payable function.</title>
      <dc:creator>Trip Gang</dc:creator>
      <pubDate>Sat, 27 Nov 2021 08:20:16 +0000</pubDate>
      <link>https://dev.to/peace86216/smart-contract-revert-error-when-calling-payable-function-32c5</link>
      <guid>https://dev.to/peace86216/smart-contract-revert-error-when-calling-payable-function-32c5</guid>
      <description>&lt;p&gt;I am using fantom testnet.&lt;br&gt;
I called payable deposit function.&lt;br&gt;
But smart contract can't accept FTM token.&lt;br&gt;
I need help.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TIUEjj8M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u7t61go9eoiwn5z8od9z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TIUEjj8M--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u7t61go9eoiwn5z8od9z.png" alt="Image description" width="800" height="392"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EVnKM-X5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o5rdhxh0xxlmqzpv6yuq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EVnKM-X5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o5rdhxh0xxlmqzpv6yuq.png" alt="Image description" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>need help using ethers js</title>
      <dc:creator>Trip Gang</dc:creator>
      <pubDate>Wed, 17 Nov 2021 01:01:03 +0000</pubDate>
      <link>https://dev.to/peace86216/need-help-using-ethers-js-o8</link>
      <guid>https://dev.to/peace86216/need-help-using-ethers-js-o8</guid>
      <description>&lt;p&gt;I am about to send transaction via metamask to contract like this image.&lt;br&gt;
I have to send ether, token and call function to create presale.&lt;br&gt;
How can I do this using ethers js.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WifZztHZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9pyi4jm3rsqemjnot3wk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WifZztHZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9pyi4jm3rsqemjnot3wk.png" alt="Image description" width="389" height="736"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
