<?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: Govinda Upadhya</title>
    <description>The latest articles on DEV Community by Govinda Upadhya (@govinda_upadhya52).</description>
    <link>https://dev.to/govinda_upadhya52</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%2F3970305%2F3d5fa77d-7bf2-4d7c-bba6-811bb4ae7502.png</url>
      <title>DEV Community: Govinda Upadhya</title>
      <link>https://dev.to/govinda_upadhya52</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/govinda_upadhya52"/>
    <language>en</language>
    <item>
      <title># DrukPass 🏔️ | A Digital Travel Passport for Bhutan Built on Solana</title>
      <dc:creator>Govinda Upadhya</dc:creator>
      <pubDate>Sun, 12 Jul 2026 10:55:03 +0000</pubDate>
      <link>https://dev.to/govinda_upadhya52/-drukpass-a-digital-travel-passport-for-bhutan-built-on-solana-2gjf</link>
      <guid>https://dev.to/govinda_upadhya52/-drukpass-a-digital-travel-passport-for-bhutan-built-on-solana-2gjf</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-07-09"&gt;Weekend Challenge: Passion Edition&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Travel has always been one of my biggest passions.&lt;/p&gt;

&lt;p&gt;Every journey leaves behind memories, but most of them eventually disappear into a camera roll that we rarely look at again. I wanted to build something that lets travelers collect memories in a way that's permanent, meaningful, and truly theirs.&lt;/p&gt;

&lt;p&gt;That's how &lt;strong&gt;DrukPass&lt;/strong&gt; was born.&lt;/p&gt;

&lt;p&gt;DrukPass is a &lt;strong&gt;digital travel passport&lt;/strong&gt; that allows travelers to collect &lt;strong&gt;verified on-chain stamps&lt;/strong&gt; as they visit iconic places across Bhutan.&lt;/p&gt;

&lt;p&gt;Instead of receiving a physical passport stamp, visitors scan a QR code at a destination and receive a blockchain-verified travel stamp stored on Solana.&lt;/p&gt;

&lt;p&gt;Every stamp becomes part of a traveler's personal journey and can never be forged or altered.&lt;/p&gt;

&lt;p&gt;For this project I focused on Bhutan because it is home to some of the most breathtaking places in the Himalayas. Places like &lt;strong&gt;Tiger's Nest&lt;/strong&gt;, &lt;strong&gt;Punakha Dzong&lt;/strong&gt;, and &lt;strong&gt;Buddha Dordenma&lt;/strong&gt; deserve more than just another photo—they deserve to become milestones in a traveler's story.&lt;/p&gt;

&lt;p&gt;Unlike many blockchain projects, Solana isn't used here because it's trendy. It solves a real problem: giving travelers permanent ownership of their travel history without relying on a centralized platform.&lt;/p&gt;




&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;🌐 &lt;strong&gt;Live Application&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://druk-pass.vercel.app/" rel="noopener noreferrer"&gt;https://druk-pass.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Current Flow
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Connect a Solana wallet&lt;/li&gt;
&lt;li&gt;Register as a traveler&lt;/li&gt;
&lt;li&gt;View your traveler profile&lt;/li&gt;
&lt;li&gt;Scan QR codes at registered destinations&lt;/li&gt;
&lt;li&gt;Receive an immutable on-chain travel stamp&lt;/li&gt;
&lt;li&gt;View every place you've collected in your digital passport&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repository&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Govinda-Upadhya/DrukPass" rel="noopener noreferrer"&gt;https://github.com/Govinda-Upadhya/DrukPass&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Solana Program (Devnet)&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;J2YJKi9j2uHExj69bmKmqiA4igoP7zLrv985zfsPE4mt
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;






&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;DrukPass is built as a full-stack decentralized application powered by Solana.&lt;/p&gt;

&lt;h3&gt;
  
  
  Frontend
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React&lt;/li&gt;
&lt;li&gt;TypeScript&lt;/li&gt;
&lt;li&gt;Vite&lt;/li&gt;
&lt;li&gt;Tailwind CSS&lt;/li&gt;
&lt;li&gt;Solana Wallet Adapter&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The frontend handles wallet authentication, traveler registration, QR scanning, and displaying the user's travel passport.&lt;/p&gt;

&lt;h3&gt;
  
  
  Smart Contract
&lt;/h3&gt;

&lt;p&gt;The backend logic lives entirely on Solana using the &lt;strong&gt;Anchor Framework&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The program manages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Traveler profiles&lt;/li&gt;
&lt;li&gt;Official tourist locations&lt;/li&gt;
&lt;li&gt;Travel stamp issuance&lt;/li&gt;
&lt;li&gt;Ownership verification&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I used &lt;strong&gt;Program Derived Addresses (PDAs)&lt;/strong&gt; to create deterministic accounts for travelers, locations, and stamps without requiring private keys.&lt;/p&gt;

&lt;p&gt;Each travel stamp is permanently associated with the owner's wallet, making it verifiable by anyone.&lt;/p&gt;

&lt;h3&gt;
  
  
  QR Verification
&lt;/h3&gt;

&lt;p&gt;Each registered destination has its own unique QR code.&lt;/p&gt;

&lt;p&gt;When a traveler scans the QR code, the application verifies the destination and records an immutable travel stamp on the Solana blockchain.&lt;/p&gt;

&lt;p&gt;For this weekend challenge, verification is based solely on QR code scanning. While this demonstrates the complete on-chain workflow, it also means that someone could theoretically scan a QR code shared online without physically visiting the location.&lt;/p&gt;

&lt;p&gt;A future version of DrukPass will strengthen this verification process by combining &lt;strong&gt;QR scanning with geolocation validation&lt;/strong&gt;. A traveler would need to be within an acceptable radius of the destination before a travel stamp can be issued, making it significantly harder to claim visits remotely while still keeping the experience simple for genuine travelers.&lt;/p&gt;

&lt;p&gt;This combination of &lt;strong&gt;physical presence + on-chain verification&lt;/strong&gt; is the long-term vision for making DrukPass a trustworthy digital travel passport.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Solana?
&lt;/h3&gt;

&lt;p&gt;Blockchain shouldn't be added just for the sake of using blockchain.&lt;/p&gt;

&lt;p&gt;For DrukPass, Solana provides several genuine advantages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Travelers own their travel history.&lt;/li&gt;
&lt;li&gt;Travel stamps cannot be forged.&lt;/li&gt;
&lt;li&gt;Visits are publicly verifiable.&lt;/li&gt;
&lt;li&gt;No centralized database controls the records.&lt;/li&gt;
&lt;li&gt;Extremely low transaction costs make collecting stamps practical.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Using Solana transformed the travel passport from a simple database application into something users truly own.&lt;/p&gt;




&lt;h2&gt;
  
  
  Challenges I Faced
&lt;/h2&gt;

&lt;p&gt;This project pushed me far outside my comfort zone.&lt;/p&gt;

&lt;p&gt;Some of the biggest challenges included:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Designing the account architecture for traveler profiles and locations&lt;/li&gt;
&lt;li&gt;Working with Program Derived Addresses (PDAs)&lt;/li&gt;
&lt;li&gt;Connecting a React frontend to an Anchor program&lt;/li&gt;
&lt;li&gt;Handling wallet interactions&lt;/li&gt;
&lt;li&gt;Implementing QR-based verification&lt;/li&gt;
&lt;li&gt;Fetching and rendering on-chain data efficiently&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each problem taught me something new about building production-ready Solana applications.&lt;/p&gt;




&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;I'd love to continue developing DrukPass beyond this challenge.&lt;/p&gt;

&lt;p&gt;Some ideas include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More tourist destinations across Bhutan&lt;/li&gt;
&lt;li&gt;Achievement badges for completing travel routes&lt;/li&gt;
&lt;li&gt;Cross-country travel passports&lt;/li&gt;
&lt;li&gt;Mobile application&lt;/li&gt;
&lt;li&gt;Offline QR verification&lt;/li&gt;
&lt;li&gt;Partnerships with tourism organizations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hope DrukPass can eventually encourage more people to explore Bhutan while giving them a unique way to preserve the memories they create along the way.&lt;/p&gt;




&lt;h2&gt;
  
  
  Prize Categories
&lt;/h2&gt;

&lt;p&gt;🏆 &lt;strong&gt;Best Use of Solana&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Solana is the foundation of DrukPass.&lt;/p&gt;

&lt;p&gt;Instead of using blockchain as a marketing feature, I built the entire ownership model around it. Traveler profiles, destination records, and travel stamps all exist on-chain, ensuring that every collected memory is verifiable, permanent, and owned by the traveler—not by the application.&lt;/p&gt;




&lt;h2&gt;
  
  
  Thank You
&lt;/h2&gt;

&lt;p&gt;Thank you for reading!&lt;/p&gt;

&lt;p&gt;If you'd like to try DrukPass, I'd love to hear your feedback. Whether you're passionate about travel, blockchain, or both, I hope this project inspires new ways to think about preserving our journeys.&lt;/p&gt;




&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Live Demo: &lt;a href="https://druk-pass.vercel.app/" rel="noopener noreferrer"&gt;https://druk-pass.vercel.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 GitHub: &lt;a href="https://github.com/Govinda-Upadhya/DrukPass" rel="noopener noreferrer"&gt;https://github.com/Govinda-Upadhya/DrukPass&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;⛓️ Solana Program (Devnet): &lt;code&gt;J2YJKi9j2uHExj69bmKmqiA4igoP7zLrv985zfsPE4mt&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tags
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;#devchallenge&lt;/code&gt; &lt;code&gt;#weekendchallenge&lt;/code&gt; &lt;code&gt;#solana&lt;/code&gt; &lt;code&gt;#web3&lt;/code&gt; &lt;code&gt;#blockchain&lt;/code&gt; &lt;code&gt;#react&lt;/code&gt; &lt;code&gt;#typescript&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F08re3a3j374187c8wg5u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F08re3a3j374187c8wg5u.png" alt="Frontend webpage" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqmfv59nc056gijmecfe0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqmfv59nc056gijmecfe0.png" alt="A screenshot of the DrukPass app" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;&lt;br&gt;The DrukPass dashboard showing a traveler's collection of Bhutanese stamps.
  &lt;p&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
  </channel>
</rss>
