Index: examples/bank_app/README.md |
diff --git a/examples/bank_app/README.md b/examples/bank_app/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..818f78242a565171397077959ef5767a5769f852 |
--- /dev/null |
+++ b/examples/bank_app/README.md |
@@ -0,0 +1,13 @@ |
+# 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 |
+ |