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
Updated 2周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:56
说明
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...
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:43
Run 1