Browse DEF's website and content

Deployment transaction

A blockchain transaction used to incorporate smart contract software on a blockchain. It contains the contract’s bytecode (machine-readable instructions) and initialization parameters but does not specify a recipient. Once the deployment transaction is validated by the network and included in a block, the smart contract is assigned a unique blockchain address and becomes operational. While the network does validate the standard transaction information—e.g., digital signature and sufficient gas—it does not audit the actual code being deployed.

Back to Dictionary

Latest Posts