ThunderCore
ThunderCoreThunderCore Bridge
  • ⚡Hello world
  • Developer Program
  • Network Details
    • ThunderCore Mainnet
    • ThunderCore Testnet
    • Token List
    • Smart Contract Services
    • Full Node Deployment
  • Develop on ThunderCore
    • Migrate from Ethereum
    • Using Foundry
    • Using Hardhat
    • Using Remix
    • Using Truffle
    • Deploy TT20
    • Deploy a DApp
    • Deploy a NFT
  • Develop on TT Wallet
    • DApp Submission
    • Deeplinking
    • Signing Messages
    • Ethereum Provider API
    • Token Listing
    • Advertising with TT Wallet
      • Logo size submission guideline
      • Promotional Package
      • How we help developers
    • Developer Build - TT Wallet (Android)
  • FAQs
  • Product / Protocol
    • Wallets
      • MetaMask
        • Create a MetaMask Wallet
        • Create multiple accounts
      • TT Wallet
    • ThunderCore Bridge
      • Architecture
      • Ethereum <> ThunderCore
      • BNB chain <> ThunderCore
      • Interact with ThunderCore Bridge
  • Tool
    • Game Development
      • MetaFab
    • DApp Development
      • Faucet
      • Random Number Generator
      • Oracles
      • Referral Library
      • TTSwap Resources
      • Wrapped TT Addresses
      • Multicall
      • Subgraph
      • Auth Service
      • Wallet Service
      • Node Service
Powered by GitBook
On this page
  • Summary
  • Getting Started
  1. Develop on TT Wallet

Deeplinking

Last updated 1 year ago

Summary

If your dapps are already listed in the TT Wallet, Deeplinking can open dapp browser with specific url .

Getting Started

First, submit your dapp, please refer to .

TT Wallet's DeepLink consists of a fixed prefix and base64 encodeing of path, you just need to specify the pathname accordingly:

// prefix: https://ttlink.site
// original path: https://mining.thundercore.com/
// after encoded: aHR0cHM6Ly9taW5pbmcudGh1bmRlcmNvcmUuY29tLw==
deep link: https://ttlink.site/aHR0cHM6Ly9taW5pbmcudGh1bmRlcmNvcmUuY29tLw==

In the case of a Web application, placing this link in the herf of a will trigger the jump correctly.

<a href="https://ttlink.site/aHR0cHM6Ly9taW5pbmcudGh1bmRlcmNvcmUuY29tLw==">Go to TT Wallet</a>

Or you can get your deep link through opening your dapps in the TT Wallet and click share button at the bottom

DApp Submission
Click here to create deeplinks for your application.