siliqua.ui package

Module contents

User interface plugin to start the siliqua.server.WalletServer instance and allowing the user to interact with it.

class siliqua.ui.BaseUI(config)

Bases: object

Base class for user interface plugins

get_cli()

Overridable method to return Click commands or a Click group

run(server, ctx, **kwargs)

Overridable method to start the GUI from server instance and a Click context containing command-line parameters

run_from_cli(ctx, **kwargs)