GM GM
when i back to explore TRON, imnot sure how to deploy upgradeable UUPS solidity here in this tron ecosystem.
On remix IDE, at least they have this option, but i dont find it on TRON Ide
While also hardhat tools unable to deploy into TRON ecosystem.
Does anyone have better experience here for deploying upgradeable contract?
4 Likes
Check out Trons contract compiler
https://tronscan.io/#/contracts/contract-compiler
https://developers.tron.network/docs/issuing-trc20-tokens-tutorial
@blackboxmint this is just basic deploying.
I’m trying to deploy proxy which if i deploy like normally, it will only deploy my implementation.
nevermind, i just need to deploy manually the proxy1967
just need to use the flatten, and encode my initialization params.
it’s just more tedious do it manually since i have all contracts for my project will be all in proxies
1 Like
Ah I see, this no use ?
https://developers.tron.network/reference/compatible-with-openzeppelintruffle-upgrades#deploying-proxies
Does anybody know what is the average tronscan support response time? Asking cause I have sent the proxy address update request around 3 weeks ago and haven’t received any response so far.