Issue Token

Compile and Deploy ECT20 Contract

  • Select solidity language

  • Create new contract ECT20Token.sol and copy contract code from the ECT20 token template here

  • Modify “name”, “symbol”, “decimals” and “totalSupply” according to your requirements.

  • Compile the ECT20 token contract

a. Step1: Click button to switch to compile page

b. Step2: Select “ECT20Token” contract

c. Step3: Enable “Auto compile” and “optimization”

d. Step4: Click “ABI” to copy the contract abi and save it.

  • Depoy the contract to TC

a. Step1: Click button to switch to compile button.

b. Step2: Select “Injected Web3”

c. Step3: Select “ECT20Token”

d. Step4: Click “Deploy” button and Metamask will pop up

e. Click “confirm” button to sign and broadcast transaction to TC.

Last updated