This is s-lc, a sample -lucre client, provided as a wrapper to -lucre;
it is here just so you can see how to call the functions in the library.

To use it, first choose a wallet ID.  This is a subdirectory of your home
directory (or a full path name) where your coins will be stored.  The
default is ".ecwallet", or whatever $ECWALLET is set to.  The directory
you choose should _not_ yet exist.

Create the wallet by running:

    s-lc -o

This will ask for the account name and account password you got when you
opened your account with MT Bank.  If you want a different wallet id, use

    s-lc -w walletid -o

After you have created the wallet, just run the program as

    s-lc

or 

    s-lc -w walletid

Within the program, "?" will get you help.

Read the top-level README file for more information.
