{"id":20305739,"url":"https://github.com/bitpay/bitpay-app","last_synced_at":"2026-04-02T15:33:10.378Z","repository":{"id":37078295,"uuid":"494543151","full_name":"bitpay/bitpay-app","owner":"bitpay","description":"BitPay App (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for IOS/Android.","archived":false,"fork":false,"pushed_at":"2026-01-20T23:33:54.000Z","size":63886,"stargazers_count":116,"open_issues_count":68,"forks_count":64,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-01-21T00:09:33.904Z","etag":null,"topics":["bitcoin","bitpay","blockchain","wallet","wallet-service"],"latest_commit_sha":null,"homepage":"http://bitpay.com/wallet","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitpay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-20T16:55:51.000Z","updated_at":"2026-01-20T23:34:02.000Z","dependencies_parsed_at":"2023-12-18T16:30:47.057Z","dependency_job_id":"84c2efdd-0d2c-4412-8e4d-c1d6a433a1f5","html_url":"https://github.com/bitpay/bitpay-app","commit_stats":null,"previous_names":[],"tags_count":119,"template":false,"template_full_name":null,"purl":"pkg:github/bitpay/bitpay-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitpay-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitpay-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitpay-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitpay-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitpay","download_url":"https://codeload.github.com/bitpay/bitpay-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fbitpay-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28732216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitpay","blockchain","wallet","wallet-service"],"created_at":"2024-11-14T17:09:39.827Z","updated_at":"2026-01-24T17:00:55.112Z","avatar_url":"https://github.com/bitpay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BitPay App v2\nWelcome to BitPay App v2!\n\n## Get Started\nInstall dependencies with `yarn` \u003e= 14.15.0\n\n### IOS\n\n1. Install Pods `cd ios \u0026\u0026 pod install \u0026\u0026 cd ..`\n2. `yarn start` to start dev server\n3. Build and deploy to simulator `yarn ios` or device `yarn ios:device`\n\n### Android\n1. `yarn start` to start dev server\n2. Build and deploy to simulator or device `yarn android`\n\n#### Accessing your local server\nTo make requests to your local server, first take your local BitPay server cert and copy it into `android/app/src/main/res/raw` folder in either .pem or .der format.\n- To convert .crt to .der, run: `openssl x509 -in your_cert_name.crt -out your_cert_name.der -outform DER`\n\nThen open `android/app/src/main/res/xml/network_security_config.xml` and add your local IP to the domain-config and your cert to the trust-anchors (without the file extension).\n\nFor example if your local IP is `123.0.0.7` and your cert is in `res/raw/lbitpay.der`: \n\n    \u003cdomain-config\u003e\n      ...\n      \u003cdomain includeSubdomains=\"true\"\u003e123.0.0.7\u003c/domain\u003e\n      \u003ctrust-anchors\u003e\n        \u003ccertificates src=\"@raw/lbitpay\" /\u003e\n      \u003c/trust-anchors\u003e\n    \u003c/domain-config\u003e\n    \n\n### Redux Dev Tools\nThis project uses `react-redux` https://react-redux.js.org/ for state management. To take advantage of the tooling available, go to https://github.com/jhen0409/react-native-debugger and install the debugger.\n\n1. To enable - make sure debugger is open - tap `D` in the hosting terminal window or shake the device \n2. A menu will popup - tap `Debug with Chrome`(IOS) or `Debug`(Android)\n3. The logs should move from the terminal to the debugger\n\n### Storybook\n1. In `src/contants/config.ts` change `APP_LOAD_STORY_BOOK=false` to `APP_LOAD_STORY_BOOK=true`\n2. Run `yarn \u003cplatform\u003e` ex: `yarn ios`. Since we set `APP_LOAD_STORY_BOOK=true`, this runs Storybook instead of your actual app.\n\n## Deeplinking\nTest deeplinking via command line with these commands (note: ampersand must be escaped for multiple params): \n\n#### iOS\n`npx uri-scheme open \"bitpay://your/deeplink/path?params1=foo1\\\u0026param2=foo2\" --ios`\n\n#### Android\n`npx uri-scheme open \"bitpay://your/deeplink/path?param1=foo1\\\u0026param2=foo2\" --android`\n\n### Modifying the intent prefix\nIf you want to associate the app with a different intent prefix eg. `myapp://`:\n\n1. Open `src/constants/config.ts`\n2. Modify `APP_DEEPLINK_PREFIX` to your desired prefix eg. `myapp://` (with colon and slashes)\n3. Update the OS specific configs:\n  #### iOS\n    1. Open `ios/BitPayApp/info.plist`\n    2. Find `CFBundleURLSchemes` and modify the value to your desired prefix (without colon and slashes) eg. `myapp`\n  #### Android\n    1. Open `android/app/src/main/AndroidManifest.xml`\n    2. Locate `\u003cintent-filter\u003e\u003cdata android:scheme=\"...\"\u003e` and modify the value to your desired prefix (without colon and slashes) eg. `myapp`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpay%2Fbitpay-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitpay%2Fbitpay-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpay%2Fbitpay-app/lists"}