Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: examples/bank_app/README.md

Issue 1261403003: Initial skeletal implementation of the PrincipalService. Also, use the Login()/GetUserBlessing() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: code-review comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/bank_app/BUILD.gn ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+
« no previous file with comments | « examples/bank_app/BUILD.gn ('k') | examples/bank_app/bank.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698