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 console-0.24.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nervos.ckb.example
├─ org.nervos.ckb.example.MultiKeySingleSigTxExample.class - [JAR]
├─ org.nervos.ckb.example.MultiSignTransactionExample.class - [JAR]
├─ org.nervos.ckb.example.RpcExample.class - [JAR]
├─ org.nervos.ckb.example.SendToMultiSigAddressTxExample.class - [JAR]
├─ org.nervos.ckb.example.SingleKeySingleSigTxExample.class - [JAR]
org.nervos.ckb.example.transaction
├─ org.nervos.ckb.example.transaction.CollectUtils.class - [JAR]
├─ org.nervos.ckb.example.transaction.Receiver.class - [JAR]
├─ org.nervos.ckb.example.transaction.Sender.class - [JAR]