Send Transactions

Master the 5-step workflow to build, sign, and submit transactions using the VeChain SDK.

Beginner

20 minutes

Clauses, VTHO (Gas) Estimation, Transaction Bodies, Digital Signatures, and DPoS Finality.

Prerequisites

Basic JavaScript knowledge and a connected ThorClient.

Sending Transactions on VeChainThor 🚀

Welcome to the lab! In this series, you will learn how to go from a static "read-only" observer to an active "builder" by sending your own transactions to the blockchain. Whether you are sending VET or calling a smart contract, this is where the magic happens!

Skills the Learner Will Acquire:

  • Encoding function calls into clauses.

  • Estimating VTHO (gas) costs.

  • Configuring transaction bodies and signers.

  • Submitting and tracking on-chain execution.