English 中文(简体)
Ethereum - Compiling the Contract
  • 时间:2024-09-17

Ethereum - Compipng the Contract


Previous Page Next Page  

Once you write the complete contract code, compipng it in this IDE is trivial. Simply cpck on the Autocompile checkbox in the IDE as shown in the screenshot below −

Autocompile checkbox

Alternatively, you may compile the contract by cpcking the button with the title “Start to compile”.

Start to compile

If there is any typo, fix it in the code window. Make sure the code is compiled fully without errors. Now, you are ready to deploy the contract.

Advertisements