Deploy
Last updated
Was this helpful?
Last updated
Was this helpful?
Just like with any physical or digital database, the new contract is given the . This address is the actual place in the blockchain where the contract, all its data, and funds (if any) reside.
More on the contract address, and its role in various contract operations, is .
Note that only the (buyer) deploys the Zenland contract. During the deployment stage, the does not take any actions and simply awaits the deployment.
Important!
Once deployed (published) to the blockchain, neither party would be able to change/edit the contract conditions. Make sure the contract terms are clear and have been thoroughly reviewed by both parties entering into the agreement.
Deployment of the contract changes the , from draft to deployed. Like regular blockchain transactions, deployment transactions are time-stamped and can be traced through the .
Good to know
*As all blockchain transaction processed by nodes, the deployment request has a fee known as a gas fee.
More on gas fees and why they exist can be found in "".