Deploying
Precondition
You should log into Tronlink and select the network before deploying a smart contract.
Note
Shasta's test coins can be obtained here
Deploying
After Activating the deployment plugin in Tron-IDE, the name of the contract to be deployed appears in the tab, then click Deploy after confirmation.
Verifying
You can refer to this document to check if the smart contract is successfully deployed. Try the code below:
curl -X POST https://api.shasta.trongrid.io/walletsolidity/gettransactioninfobyid -d '{"value":"17532357496d30002a9344afa53be0c53187d2c2f531a96c8a4c5e73e0647521"}'
Updated over 2 years ago