tronprotocol / java-tron

Java implementation of the Tron whitepaper
GNU Lesser General Public License v3.0
3.75k stars 1.41k forks source link

Where can I find the code of convertion between hex address and tron address? #6088

Open GrothenDI opened 4 days ago

GrothenDI commented 4 days ago

Python is preferable.

GuipaiQigong111 commented 4 days ago

@GrothenDI In Java-tron code, you can use org.tron.common.utils.StringUtil # encode58Check and org.tron.common.utils Commons # decodeFromBase58Check for mutual conversion.