📡 Broadcast Transaction
Push a signed raw transaction hex to the XDC Network
Signed Transaction Hex
How to use
1. Sign your transaction offline using MetaMask, ethers.js or web3.js
2. Export the signed raw transaction hex starting with0x
3. Paste it above and click Broadcast
# Example using ethers.js
const signed = await wallet.signTransaction(tx)
# paste the output above