Quorum Transaction Sender
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Quorum Transaction Sender enables developers to send both public and private transactions to Quorum blockchain networks. It reads and displays transaction status showing pending, confirmed, or failed states, transaction receipts with full details, gas estimates for cost planning, current gas price on the network, chain ID for verification, account balance to ensure sufficient funds, nonce management for transaction ordering, transaction history for audit purposes, contract address for deployments, transaction data for contract interactions, sender address for verification, recipient address for transfers, transaction value for ETH transfers, transaction gas limit for resource allocation, transaction logs for debugging, transaction events for contract monitoring, transaction confirmations for finality, network status for connectivity, block number for context, timestamp for timing, private transaction status for private transactions, private transaction receipts for private execution, enclave status for Tessera/Constellation health, Tessera/Constellation status for private tx infrastructure, permissioned node status for network permissions, contract deployment status for new contracts, and transaction verification status for validation. The tool provides a streamlined interface with gas estimation, transaction signing, and private transaction support, allowing developers to send any transaction to Quorum networks.
HOW TO USE
Connect your wallet to the tool and select the network where you want to send your transaction. Choose the transaction type (Public or Private) from the dropdown. Enter the recipient address (leave blank for contract deployment). Enter the transaction data as a hex string (0x-prefixed). Optionally specify a value in ETH. For private transactions, provide the list of recipient addresses in the "Private For" field. Click "Estimate Gas" to get a cost estimate. Review the estimated gas, gas price, and total cost displayed in the results section. Click "Send Transaction" to sign and submit the transaction. The tool will show the transaction hash immediately, then update with the block number and private transaction status once confirmed. The tool works with any Quorum-compatible network that supports public and private transactions.
THE MECHANISM
Quorum Transaction Sender uses the standard EVM transaction mechanism with additional support for Quorum's private transaction features. For public transactions, the tool sends a standard signed transaction with the provided data and recipient address. For private transactions, the tool prepares the transaction with the privateFor parameter, which triggers the enclave (Tessera/Constellation) to encrypt the transaction payload for the specified recipients. The tool estimates gas using ethers.js estimateGas method before sending to provide cost transparency and prevent failed transactions. Gas price is fetched from the network and updated in real time. The transaction is signed using the connected wallet's signer, which triggers the wallet interface for user approval. After submission, the tool monitors the transaction receipt using wait() to confirm finalization. For private transactions, the tool also checks the private transaction receipt to verify delivery to all specified participants. The enclave status is monitored to ensure the private transaction infrastructure is healthy. All balance checks are performed using the provider's getBalance method, with results formatted in ETH.
WHAT IT CANNOT SEE
Quorum Transaction Sender cannot verify that the transaction will be accepted by the network without broadcasting it, as acceptance depends on network conditions. The tool cannot guarantee that private transactions will remain confidential if the enclave is compromised, as confidentiality depends on the enclave implementation. It cannot detect if the recipient is running the correct Quorum version or has proper permissions, as version and permissions are managed by the network. The tool cannot predict transaction confirmation times accurately, as times depend on network congestion and consensus. It cannot prove that the transaction execution result is correct without verifying against contract state. The tool also cannot detect if the enclave is malfunctioning or if private transaction delivery failed.
PLEASE NOTE
Quorum Transaction Sender supports EVM-compatible chains only. Private transactions require a properly configured Tessera or Constellation enclave on the target network. The tool does not store or transmit transaction data off-device — all processing is local. Some Quorum networks may have specific private transaction requirements — check your target network's documentation before sending. The tool is free to use and does not collect any data. Always test transactions on test networks before mainnet.