aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ui-mock-mode.md
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-06-06 07:26:49 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-06-06 07:26:49 +0800
commitdeb882bd6e49d71f5ecee8c170a5412ad5e78bec (patch)
tree94b0c57f070db6c6981f1a785878d7b93c00c018 /docs/ui-mock-mode.md
parent0fb38632befc8a09dc12de8f609edfb0ffab9d35 (diff)
parent29c7739efce215f94759295b89c7b46828badb12 (diff)
downloadtangerine-wallet-browser-deb882bd6e49d71f5ecee8c170a5412ad5e78bec.tar.gz
tangerine-wallet-browser-deb882bd6e49d71f5ecee8c170a5412ad5e78bec.tar.zst
tangerine-wallet-browser-deb882bd6e49d71f5ecee8c170a5412ad5e78bec.zip
Merge branch 'master' into currency-fix
Diffstat (limited to 'docs/ui-mock-mode.md')
-rw-r--r--docs/ui-mock-mode.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ui-mock-mode.md b/docs/ui-mock-mode.md
new file mode 100644
index 000000000..bb54dc471
--- /dev/null
+++ b/docs/ui-mock-mode.md
@@ -0,0 +1,8 @@
+### Developing on UI with Mocked Background Process
+
+You can run `npm run mock` and your browser should open a live-reloading demo version of the plugin UI, just like the `npm run ui`, except that it tries to actually perform all normal operations.
+
+It does not yet connect to a real blockchain (this could be a good test feature later, connecting to a test blockchain), so only local operations work.
+
+You can reset the mock ui at any time with the `Reset` button at the top of the screen.
+