XDC Price:  Gas:  Gwei

📡 Broadcast Transaction

Push a signed raw transaction hex to the XDC Network

How to use

1. Sign your transaction offline using a wallet like MetaMask, ethers.js, or web3.js

2. Export the signed raw transaction hex (starts with 0x)

3. Paste it above and click Broadcast to submit to the XDC Network

# Example using ethers.js const signed = await wallet.signTransaction(tx) // paste the output above