TRON - blockchain platform.
Questions tagged [tron]
182 questions
-1
votes
1 answer
Swift Version conflict after adding TRON library with version 4.1.0
I am getting the below version conflict after adding the below line to the Pod file
pod 'TRON', '~> 4.1.0'
Error:
SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'SwiftyJSON')

Kartheek
- 7,104
- 3
- 30
- 44
-2
votes
1 answer
create2 not working in tron, gives empty bytecode
So, I've a contract which deploys using create2 i.e., custom salt. Its working perfectly in Ethereum but with Tron it's not. When its called, the result of the contract ( which is created by create2 ) is empty. The contract ABI and Bytecode both…

Sandeep
- 545
- 6
- 9