TronLink Wallet is a decentralized non-custodial wallet.TronLink-Core is the core module of TronLink Wallet, which provides core functions such as Create Wallet, Get Address, and Sign Transaction.
- Android 21+
- Java 1.8+
Add the JitPack maven repository.
maven { url "https://jitpack.io" }
Add dependency.
implementation 'com.github.TronLink:tronlink-android-core:1.0.2@aar'
tronlink-android-core.aar is signed by the gpg key as below. You can use the gpg public key to verify the integrity of the officially released core library.
pub: 7B910EA80207596075E6D7BA5D34F7A6550473BA
uid: build_tronlink <build@tronlink.org>
For example:
#gpg --verify tronlink-android-core-xxx.aar.asc tronlink-android-core-xxx.aar
gpg: Signature made 一 7/29 16:03:14 2024 CST
gpg: using RSA key 7B910EA80207596075E6D7BA5D34F7A6550473BA
gpg: Good signature from "build_tronlink <build@tronlink.org>"