<?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: Rishu</title>
    <description>The latest articles on DEV Community by Rishu (@_rishu_raj).</description>
    <link>https://dev.to/_rishu_raj</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3272887%2F3d070926-abcc-4665-8087-7470f070d0f0.jpg</url>
      <title>DEV Community: Rishu</title>
      <link>https://dev.to/_rishu_raj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_rishu_raj"/>
    <language>en</language>
    <item>
      <title>Build &amp; Launch SPL Tokens Instantly on Solana – My Dev Journey with Token-2022</title>
      <dc:creator>Rishu</dc:creator>
      <pubDate>Wed, 09 Jul 2025 00:09:42 +0000</pubDate>
      <link>https://dev.to/_rishu_raj/build-launch-spl-tokens-instantly-on-solana-my-dev-journey-with-token-2022-4ao8</link>
      <guid>https://dev.to/_rishu_raj/build-launch-spl-tokens-instantly-on-solana-my-dev-journey-with-token-2022-4ao8</guid>
      <description>&lt;h3&gt;
  
  
  Hey Devs 👋
&lt;/h3&gt;

&lt;p&gt;I just built a small tool called Solana Token Launchpad — a lightweight frontend + backend app to help you create your own SPL Token using the new Token-2022 extensions.&lt;/p&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enter token name, symbol, image URL, and supply&lt;/li&gt;
&lt;li&gt;Upload metadata&lt;/li&gt;
&lt;li&gt;Deploy your token mint with on-chain metadata&lt;/li&gt;
&lt;li&gt;Mint tokens directly to your wallet&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🛠 Tech Stack:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React + TailwindCSS&lt;/li&gt;
&lt;li&gt;Solana Wallet Adapter&lt;/li&gt;
&lt;li&gt;Express.js + MongoDB for dynamic metadata URI&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  💡 The tricky part:
&lt;/h3&gt;

&lt;p&gt;I struggled a bit with dynamic metadata URIs — since Solana expects a metadata URL, and each token needs a unique one.&lt;/p&gt;

&lt;p&gt;To solve it, I:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Created a simple MongoDB backend to store name/symbol/image&lt;/p&gt;

&lt;p&gt;Used the generated Mongo _id to construct dynamic metadata URLs like:&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;code&gt;https://myapi.com/metadata/&amp;lt;tokenID&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This endpoint returns the full metadata JSON Solana needs to initialize the token.&lt;/p&gt;

&lt;h3&gt;
  
  
  🎬 Demo:
&lt;/h3&gt;

&lt;p&gt;Input your token details and launch instantly on devnet.&lt;/p&gt;

&lt;p&gt;🔗 Live: &lt;a href="https://token-launcher-nine.vercel.app" rel="noopener noreferrer"&gt;Here&lt;/a&gt;&lt;br&gt;
📦 Code: [GitHub Repo](&lt;a href="https://github.com/1rishuraj/TokenLauncher" rel="noopener noreferrer"&gt;https://github.com/1rishuraj/TokenLauncher&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're building on Solana, would love feedback, suggestions, or ideas to improve this 🙌&lt;br&gt;
Feel free to fork or remix it for your own dapps.&lt;/p&gt;

&lt;p&gt;Thanks for reading &amp;amp; happy hacking! 🧙‍♂️&lt;/p&gt;

</description>
      <category>web3</category>
      <category>react</category>
      <category>mongodb</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
