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); }
};
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
The issue contains a standalone HTML page with inline JavaScript for adding a fake USDT token through TronLink, but it names no repository file, test, or requested repository change. Treat the content as potentially fraudulent or unsafe and check the repository context before considering any implementation; there is no clear completion criterion.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- html, javascript
- 領域
- blockchain, security, web-dev
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 冷清
- 描述清晰度
- 需要釐清
- 新手友好度
- 5/100