What is the command to query wallet address, balance, etc., and how to obtain it? The command line help does not have
Try "ccwallet-eval.exe help", or try "ccwallet-eval.exe --interactive" and then enter "help".
The command to get the wallet balance is "getbalance". CredaCash uses the bitcoin model, where the wallet can have multiple addresses. The command "getnewaddress" will give a new unused destination for receiving funds. (In general, a destination can only be used by one sender. The wallet will not send funds to a destination that has already used by someone else.)