github-tools / github-tools/github
usdt
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 809
- PR merge metrics
- No merged PRs in 30d
Description
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); }
};
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue contains an embedded HTML/JavaScript page referring to TronLink and a USDT-like token, but it names no repository file, test, or requested project change. There is no actionable starting point or definition of done for a contributor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- security
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 1/100