> For the complete documentation index, see [llms.txt](https://docs.developers.thundercore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.thundercore.com/develop-on-tt-wallet/deeplinking.md).

# Deeplinking

## 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 [DApp Submission](https://docs.developers.thundercore.com/develop-on-thundercore-hub/dapp-submission).

> 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>
```

> [Click here to create deeplinks for your application.](https://thundercore.github.io/thundercore-deeplinks/)

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

![](/files/R4LgPApLLgKtH98V1p4x)
