This section walks through the creation and compilation of the Hello World contract. Below is the contract written in solidity.



Note

If you need to issue TRC20 tokens, you can refer to the [template ](🔗)provided by Tron

# Compiling in Tron-IDE

[Tron-IDE](similar to <a href="https://remix.ethereum.org" target="_blank">Remix IDE</a> on the Ethereum platform) is a user-friendly IDE for developing contracts. Please refer to the [documentation](🔗) . After Tron-IDE opens, create a new file and paste the Hello World smart contract source code into the file browser. Then activate the **solidity compiler** plugin and click the ** Compile Untitled.sol ** button.

1347


## Viewing Contract Data

After successful compilation, you will view the Hello World smart contract data by clicking the ** Compilation Details ** button under the compilation tab. The details window contains the contract name, [ABI](🔗), bytecode, etc.

1266