github-tools / github-tools/github
Html
- Ngôn ngữ chính
- JavaScript
- Star
- 3.8k
- Fork
- 809
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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); }
};
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- html, javascript
- Lĩnh vực
- blockchain, security, web-dev
- Loại issue
- Tính năng
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Ít trao đổi
- Độ rõ ràng
- Cần làm rõ
- Mức phù hợp với người mới
- 5/100