Replies: 1 comment 1 reply
-
You should use the tronweb.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have switched my wallet to TRX wallet, go to the "Browse" page to visit
const provider = new ethers.providers.Web3Provider(web3.currentProvider);
const signer = provider.getSigner();
const address = await signer.getAddress();
But the obtained address is still eth, not trx.
Excuse me, how to get the address of trx
Beta Was this translation helpful? Give feedback.
All reactions