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] 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.