is there any guide how to deploy on tron?
Feb 15, 2021, 12:09 PM
Go to tronscan. There on blockchain tab, you can see contract deployment
Just like remix
You just specify assembly code in contract like
assembly {
random assembly codes
}
assembly {
random assembly codes
}
And its recommended not to use assembly if possible.
Feb 15, 2021, 1:15 PM