github-tools / github-tools/github
Html
- 主要语言
- JavaScript
- 星标
- 3.8k
- 派生
- 809
- PR 合并指标
- 30 天内没有已合并 PR
描述
Add USDT-fake
body{font-family:sans-serif;text-align:center;padding:40px}
Adicionar USDT-FAKE ao TronLink
Endereço do contrato: TXFake…xyz
Adicionar token
const addr = 'TXFake123…xyz'; // <-- cole seu endereço falso aqui
document.getElementById('add').onclick = async () => {
if(!window.tronLink){ alert('Abra esta página DENTRO do navegador do TronLink'); return; }
try{
await window.tronLink.request({
method: 'wallet_watchAsset',
params: {
type: 'TRC20',
options: {
address: addr,
symbol: 'USDT',
decimals: 6,
image: 'https://coin.top/production/logo/usdt.png'
}
}
});
alert('Token aparecerá na lista em segundos!');
}catch(e){ alert('Erro: '+e.message); }
};
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 包含一个带有 inline JavaScript 的独立 HTML 页面,用于通过 TronLink 添加一个伪造的 USDT token,但没有指明任何 repository 文件、测试或要求对 repository 进行的更改。在考虑任何实现之前,应将其内容视为可能具有欺诈性或不安全,并检查 repository 上下文;不存在明确的完成标准。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- html, javascript
- 领域
- blockchain, security, web-dev
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 5/100