The "Hello World" Contract
Version 1.0.0
English / 中文
- Sign in your account. If you don’t have an account yet, please refer to the document - SmartX Tutorial
- Click “Create Project” button and then choose the programming language you like.
- Select the “Hello World” template and enter the smart contract name - MyHello.
- Click “OK” button to enter the edit page.
- Click “Compile” button to compile the code. You will get ABI file and AVM bytecode file after compilation.
- Click “Next” button, fill in the information and then click “Deploy” button;
-
You will enter “Run” page and get contract hash from operation panel. For verification, you can input the contract hash into the blockchain browser to query whether the deployment is successful.
-
Select a contract’s method, input the parameters, and click “Run” button. In the output area, you can get the detailed information.