From ff6941a809b2056aea656a918b2f89e8b852b30a Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:00:21 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index edb9bbdb8..220f3bb77 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,24 @@ npm run dev 3. In UplinkWeb, once you selected the asset (and ID if applicable), enter an amount. Then click the `Request` button. A clickable message will appear in the chat. Anyone clicking this message will get a prompt via the Chrome extension to make the transfer. (Expect at least 10 seconds for a transfer to go through on the Ethereum network). +## Mobile Builds + +`npm i` + +`npm run build` + +`npx cap sync` + +- then for Android + +`npx cap open android` + + +- for iOS + +`npx cap open ios` + + ## Contributing All contributions are welcome! Please keep in mind we're still a relatively small team, and any work done to ensure contributions don't cause bugs or issues in the application is much appreciated. From ca6f67a72edd0662f4e2127ebae76392ff02114e Mon Sep 17 00:00:00 2001 From: Sara Tavares <29093946+stavares843@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:01:18 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220f3bb77..16bdf9946 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ npm run dev - then for Android -`npx cap open android` +`npx cap open android` or `npx cap run android` - for iOS