TronLink Docs
Homepage
  • Introduction
  • HD Wallets
  • TronLink App
    • Asset Management
      • Custom Token
    • DeepLink
      • Open Wallet
      • Open DApp
      • Login by TronLink
      • Transfer
      • Sign Transaction
      • Sign Message
      • Result Code
    • DApp Support
      • TronLink Integration
      • DApp Explorer
  • TronLink Wallet Extension
    • Request TronLink Extension
      • Connect Website
      • Add Token
    • Receive messages from TronLink
      • Account Change Message
      • Network Change Message
      • Successful connection message
      • Disconnect website message
      • Messages to Be Deprecated
        • User rejects connection
        • User disconnects from the website
        • User accepts connection
        • User requests to connect to the website
  • DApp
    • Start Developing
    • Multi-Signature Transfer
    • Message Signature
    • General Transfer
    • Stake2.0
Powered by GitBook
On this page
  1. TronLink App
  2. DeepLink

Open Wallet

Launch TronLink wallet via DeepLink

// Tronlink-v4.10.0
// Link
<a href='tronlinkoutside://pull.activity?param={}'>Open Tronlink</a>
// The parameter of param is the protocol data in json format
// Note: json.toString needs to be encoded with urlencode
{
	"action": "open",
	"protocol": "tronlink",
	"version": "1.0"
}
PreviousDeepLinkNextOpen DApp

Last updated 2 years ago