Deploying to tron network

Hello :wave:
Please I am trying to deploy to the Tron network, or Shasta testnet, but the tronide is really throwing errors were there are no errors and also the same contract deploys successfully on remix ide, also the tronide is really making me confused, are there other ways to deploy smart contracts on Tron?

6 Likes

yep you can use tronweb api and deploy there, just need the contract abi and bytecode

4 Likes

A possibel error is if you call a contract with value when there is one payable function. It say “Execution revert”

2 Likes

Okay so if I just get the Abi even if it’s from remix, I can deploy it there?

Exactly what I am getting, I input the value but still getting error

1 Like

I ran into the same issue, a couple of weeks ago. I stopped using TronIde altogether. I downloaded the solidity package for Visual Studio to catch errors. Used Tronbox to compile everything in 8.6 and deploy. Make sure to increase fee limit in tronbox.js. Wasted a whole day trying to figure that out.

7 Likes

Thanks so much I really appreciate your response

3 Likes