web3_wallet
Crypto wallet access or manipulation
Line 302Snippets
const tx = await walletClient.sendTransaction({await wallet.sendTransaction({ wallet.signTransaction({ ...baseTx, nonce: nonce }), wallet.signTransaction({ ...baseTx, nonce: nonce + 1 }), wallet.signTransaction({ ...baseTx, nonce: nonce + 2 }),privilege_escalation
Privilege escalation attempt
Privilege escalation attempt
Line 2267Snippets
1. **Never expose private keys** — store at `~/.evm-wallet.json` with chmod 600network_call
Outbound network call
Outbound network call
Line 341Snippets
fetchHistoricalTrades().then(setTrades);curl -X POST https://mainnet.megaeth.com/rpc \curl -X POST https://mainnet.megaeth.com/rpc \Mini-blocks are ephemeral — cannot be fetched via RPC after assembly into blocks.const result = await fetch(RPC_URL, { method: 'POST', ... });websocket
WebSocket connection
WebSocket connection
Line 146Snippets
this.ws = new WebSocket('wss://mainnet.megaeth.com/ws');const ws = new WebSocket('wss://mainnet.megaeth.com/ws');const ws = new WebSocket('wss://mainnet.megaeth.com/ws'); this.ws = new WebSocket('wss://mainnet.megaeth.com/ws');const ws = new WebSocket('wss://mainnet.megaeth.com/ws');Trust Score
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:56
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:56
Description
End-to-end MegaETH development playbook (Feb 2026). Covers wallet operations, token swaps (Kyber Network), eth_sendRawTransactionSync (EIP-7966) for instant receipts, JSON-RPC batching, real-time mini-block subscriptions, storage-aware contract patterns (Solady RedBlackTreeLib), MegaEVM gas model, WebSocket keepalive, bridging f...
Scans recents
31 mars 2026, 15:56
Latest analysis
31 mars 2026, 15:11
Run 2
27 mars 2026, 15:43
Run 1