View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window wallet-jvm-0.20.6-alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
money.terra.wallet
├─ money.terra.wallet.TerraWallet.class - [JAR]
├─ money.terra.wallet.TerraWalletImpl.class - [JAR]
├─ money.terra.wallet.TerraWalletKt.class - [JAR]
io.nayuki.bitcoin.crypto
├─ io.nayuki.bitcoin.crypto.Ripemd160.class - [JAR]
money.terra.util
├─ money.terra.util.Bech32.class - [JAR]
├─ money.terra.util.Bech32Hrp.class - [JAR]
├─ money.terra.util.Bip32.class - [JAR]
├─ money.terra.util.Bip32KeyPair.class - [JAR]
├─ money.terra.util.Bip32Kt.class - [JAR]
├─ money.terra.util.Mnemonic.class - [JAR]
├─ money.terra.util.Ripemd160.class - [JAR]
money.terra.key
├─ money.terra.key.Key.class - [JAR]
├─ money.terra.key.KeyKt.class - [JAR]
├─ money.terra.key.MnemonicKey.class - [JAR]
├─ money.terra.key.PublicKey.class - [JAR]
├─ money.terra.key.RawKey.class - [JAR]
org.bitcoinj.core
├─ org.bitcoinj.core.AddressFormatException.class - [JAR]
├─ org.bitcoinj.core.Bech32.class - [JAR]