I’m implementing a Java application that must do transactions on Dogecoin blockchain. So I need a lightweight wallet to sign and send transactions. It can be either a Java library, or a command-line tool which will be executed from within my Java code. I’ve found Dogecoin core, and Multidoge, but the problem with the first one is that it needs to be a full node, and the second one is a graphical application, that cannot be used as a library or command-line tool. Any suggestions? Which tool is best for my needs? Any help would be appreciated.











