public class Kit
extends Object
The following example shows how to use the by bitcoinj provided WalletAppKit.
The WalletAppKit class wraps the boilerplate (Peers, BlockChain, BlockStorage, Wallet) needed to set up a new SPV bitcoinj app.
In this example we also define a WalletEventListener class with implementors that are called when the wallet changes (for example sending/receiving money)