LogoLogo
  • LINE's Mini Dapp & Dapp Portal
    • Join Us
    • How to build successful Mini Dapp
  • Mini Dapp
    • Overview
      • Sample Mini Dapp
    • LINE Integration
      • LINE Developers
      • LINE Front-end Framework (LIFF)
        • Essential Settings
      • Official Account
      • Invite Friends
    • Mini Dapp SDK
      • How to Get SDK Authorization
      • Wallet Provider
        • Domain Verification via Reown
      • Payment Provider
        • Settlement
        • Policy
          • Payment
          • Refund
          • Cancellation
        • Flow
      • Release Note
        • v1.3.1
        • v1.3.0
        • v1.2.13
        • v1.2.12
        • v1.2.11
        • v1.2.10
        • v1.2.9
        • v1.2.8
        • v1.2.6
        • v1.2.5
        • v1.2.4
        • v1.2.3
        • v1.2.2
        • v1.2.1
        • v1.2.0
    • Integration Guide for Game Engine
      • for Unity
      • for Cocos Creator
    • Design Guide
  • Dapp Portal
    • Mini Dapp Information
    • Collection & Drops
      • Collection Information
      • Upload NFT Information
      • Drops Information
      • Fungible Token Information
      • How to mint NFT
    • Reward
      • Reward System Flow
      • Launching Promotion
  • Extra Packages
    • Gas Fee Delegation
    • Growth Competition
      • Playbook for Teams
      • Historical Data
  • Review Guidelines
  • Update Note
  • Contact Us
Powered by GitBook
On this page
  • How to work Bitget Wallet from Mini Dapp SDK
  • Guide to authorize domain via DNS Record
  • References.
  • 1. Access Reown Dashboard and Initiate Verification
  • 2-1. DNS TXT Record
  • 2-2. Upload a text file to web server
  • 3. Register DNS Record
  • 4. Wait for DNS Propagation
  • 5. Request Verification in Reown
  • 6. Verification Success
  • 7. Submit ProjectId to Dapp Portal team
  1. Mini Dapp
  2. Mini Dapp SDK
  3. Wallet Provider

Domain Verification via Reown

PreviousWallet ProviderNextPayment Provider

Last updated 7 hours ago

How to work Bitget Wallet from Mini Dapp SDK

The Mini Dapp SDK provides Bitget Wallet via WalletConnect. To offer Bitget Wallet through the Mini Dapp SDK, the domain verification required by WalletConnect must be completed beforehand.

Please follow the guide below to complete the domain verification and share the ProjectId generated by Reown with the Dapp Portal team.

The Mini Dapp SDK version supporting Bitget Wallet is scheduled to be released in May 2025, and the exact date will be notified again.

Guide to authorize domain via DNS Record

References.

  • Domain should be registered entirely including protocol, http:// | https://

  • Please ensure that a slash (/) is notincluded at the end of the domain when registering the record.

    • Good: https://dappportal.io

    • Bad: https://dappportal.io/

1. Access Reown Dashboard and Initiate Verification

  • Log into your Reown account on the dashboard.

  • Select or register the domain you wish to verify(including test/production environments).

  • Start the domain verification process.

2-1. DNS TXT Record

  • Select DNS TXT Record as the verification method.

  • Rewon will generate a unique verification value(a string) to be added to your DNS records.

2-2. Upload a text file to web server

  • Host a static file under /.well-known/walletconnect.txt containing the entire verification code that you copied. If you are using the static file method, you can jump over step 5.

3. Register DNS Record

  • Log in to your DNS management console(your DNS provider such as Cloudflare, Godaddy, AWS Route 53, etc.).

  • Create a new TXT record:

    • Name/Host/Alias: @ (for verify root domain)

    • Value/Text: the verification string provided by Reown (e.g., example-verification-code ).

    • TTL: set to a loa value, e.g., 300 seconds, for quicker propagation.

    • Save the record.

4. Wait for DNS Propagation

  • DNS changes may take from several minutes up to 48 hours to fully propagate.

5. Request Verification in Reown

  • After DNS propagation, return to Reown dashboard.

  • Click the "Verify" button.

  • Reown checks the DNS TXT record to confirm domain ownership.

6. Verification Success

  • If the DNS TXT record correctly set and recognized, verification will succeed.

7. Submit ProjectId to Dapp Portal team

  • Sumit ProjectId after verification to add it to Mini Dapp SDK.

  • Telegram: @dappportal_official

    • If you are using a technical support channel through a different route, you can share ProjectId through that channel.

Even if you upgrade to the SDK version that supports Bitget integration, you will not be able to use Bitget Wallet unless the domain registration and ProjectId submission are completed.

Use DNS checking tool such as to verify the TXT record has propagated worldwide.

❗
https://docs.reown.com/cloud/verify
Reference guide for AWS >
Reference guide for Cloudflare >
WhatsMyDNS
Flowchart