|
- TronLink Wallet | Trusted by over 10,000,000 users worldwide
Switch and manage with ease: TronLink is available in the forms of mobile app and browser extension, catering to your needs in different use cases Come and enjoy TRON DApps whenever and wherever you want!
- HD 钱包 - TronLink 开发者文档
HD 钱包 什么是 HD 钱包 HD 钱包是在 BIP32 中提出的为了避免管理一堆私钥的麻烦提出的分层推导方案。 钱包的生成是从单一个seed 产生一个树状结构存储多组 keypairs (私钥和公钥),为了方便记忆,将 seed 用方便记忆和书写的单词表示,由12个单词组成,称为 mnemonic code (phrase)。 TronLink 钱包-HD 钱包
- 主动请求TronLink插件功能 - TronLink 开发者文档
} 代码执行时,TronLink 会弹出添加窗口,用户点击确定添加 TRC10 资产,或者取消添加。 点击“添加”按钮,资产被添加到资产列表,如下图所示: 添加 TRC20 资产 if (window tronLink ready) { const tronweb = tronLink tronWeb; try { tronweb request({ method: 'wallet_watchAsset', params: { type
- Request TronLink Extension - TronLink Docs
When the code is executed, a TronLink pop-up window for adding TRC10 assets will show up, and the user can click “Add” or “Cancel” After clicking "Add", users can see the added assets as shown in the following screen:
- 消息签名 - TronLink 开发者文档
当代码执行到 await tronweb trx sign (message); 时,TronLink 钱包会提示弹窗,需要用户进行确认, 如下图, 其中消息内容会以hex的方式展示: 如果用户在弹窗中选择【拒绝】,则会抛出异常,开发者可捕获此异常进行业务处理。
- Asset Management - TronLink Docs
Users can manually add TRC-20 and TRC-721 assets that are not recorded as tokens on TronScan as custom tokens in TronLink, which helps users search and manage their token assets more easily
- 资产管理 - TronLink 开发者文档
TronLink 钱包会给出对应的提示。 与 Tronscan 同步:如果此自定义通证在 Tronscan 录入后,TronLink 钱包会提示与 Tronscan 同步,选择同步后,此自定义通证信息同步为 Tronscan 对应通证信息。
- Multi-Signature Transfer - TronLink Docs
Overview For this section, you may refer to General Transfer Specification Example if (window tronLink ready) { const tronweb = tronLink tronWeb; const toAddress = "TRKb2nAnCBfwxnLxgoKJro6VbyA6QmsuXq"; const activePermissionId = 2; const tx = await tronweb transactionBuilder sendTrx( toAddress, 10, { permissionId: activePermissionId} ); step
|
|
|