Skip to main content

Contracts on browser

Many developers do not want to run the validator to deploy their smart contracts. Our browser provides a one click foolproof deployment feature.

Here is how to deploy your smart contract on Transformers explorer pages.

Deployment smart contract

img

Select the compiler version and protocol standards to your code, and upload the smart contract source code file.

  • Click the Compile button to compile your source code and display the corresponding parameters.

img

You can view and copy the corresponding ABI structure and encoded code.

  • Click the Deploy button,a pop-up box will to see, fill in the deployment parameters.

img

  • Click the Confirm button,Enter the QR code scanning page.

img

  • open the Tree wallet, click on the + icon below, select Scan QR Code, and scan the QR code that appears on the webpage.

imgimg

  • Scan and display contract content information, pay contract deployment fees, and complete contract deployment.

img

  • Successfully deployed, you will see your contract deployment block information on the blockchain browser.

img

Verify & Publish Contract Source Code

If you want users to trust your contract or participate in Discord airdrops, you can publish your contract source code to make users trust your contract content.

  • Open the verify contract interface of the Transformers blockchain browser.

  • Fill in your information according to the content of the deployment contract.

    img

  • After verification, you can see your source code in the Transformers blockchain browser.

img

Execute smart contract

Verify if your smart contract is executable, debug contract calls in the blockchain browser

note

The contract call in debugging mode is not upper chain, and operations such as transfer/mint will not succeed

  • Enter thesmart contract block information interface in the browser, click the Contract button. After verifying the contract, the contract source Code and Call Contract button will be displayed. Click the Call Contract button to see a list of method names in the contract.

img

  • Choose one of the methods, input the corresponding parameters, and make a contract call.

img

If you want to call your contract through code, please read the relevant content of the developer module Execute contract.

If you want to call your contract through the validator node, please read the relevant content of call contract in the menus command-line guide