tree: 5564c76b1707f0db9350eb9fb891061b2e47a53d [path history] [tgz]
  1. bank.cc
  2. bank.mojom
  3. BUILD.gn
  4. customer.cc
  5. README.md
examples/bank_app/README.md

Running bank_app

Bank is a sample application that uses the vanadium principal service to enable applications to obtain a user identity for authentication. The app currently only works on android and with go build support.

The customer obtains a user identity through the principal service and then talks to the bank to deposit/withdraw some money. The bank will only accept transactions from customers that have a user identity.

To run customer

$MOJO_DIR/src/mojo/devtools/common/mojo_run mojo:customer --android