Skip to main content

What needs to before deploying a contract

Before deploying a contract, you should make sure that the contract source, the compiled binary, and the deployment account are all ready.

Checklist​

  1. Prepare the contract source and compile it.
  2. Confirm the deployment account has enough balance.
  3. Check the node synchronization status.
  4. Prepare the constructor parameters if the contract requires them.