Post
Topic
Board Speculation (Altcoins)
Re: [XMR] Monero Speculation
by
saddambitcoin
on 30/12/2016, 21:04:16 UTC
The daemon communicates with the network.

The command line wallet does interact with the daemon but it has it's own commands, does not invoke commands on the daemon.

Both of these are standalone applications.

A wrapper would be an abstraction of some sort that invokes the commands on a parent application through a secondary interface.