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​
- Prepare the contract source and compile it.
- Confirm the deployment account has enough balance.
- Check the node synchronization status.
- Prepare the constructor parameters if the contract requires them.