{"id":19206343,"url":"https://github.com/team-hycon/hycon-pocket","last_synced_at":"2026-04-16T00:32:15.238Z","repository":{"id":89995188,"uuid":"172009736","full_name":"Team-Hycon/hycon-pocket","owner":"Team-Hycon","description":"Official Hycon Mobile App (submodule for hycon-gui)","archived":false,"fork":false,"pushed_at":"2019-02-28T07:07:40.000Z","size":746,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-26T09:59:05.916Z","etag":null,"topics":["android","hycon","ios","mobile","mobile-app","submodule"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Team-Hycon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-02-22T06:48:16.000Z","updated_at":"2019-03-02T05:26:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"90000254-09cc-4b91-a3ed-c62400a002f3","html_url":"https://github.com/Team-Hycon/hycon-pocket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Team-Hycon/hycon-pocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team-Hycon%2Fhycon-pocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team-Hycon%2Fhycon-pocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team-Hycon%2Fhycon-pocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team-Hycon%2Fhycon-pocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Team-Hycon","download_url":"https://codeload.github.com/Team-Hycon/hycon-pocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Team-Hycon%2Fhycon-pocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["android","hycon","ios","mobile","mobile-app","submodule"],"created_at":"2024-11-09T13:15:37.281Z","updated_at":"2026-04-16T00:32:15.225Z","avatar_url":"https://github.com/Team-Hycon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hycon.io\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg width=\"300\" src=\"http://www.hycon.io/wp-content/uploads/2018/08/hycon_logo2.png\" alt=\"Hycon logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eHycon Pocket\u003c/h1\u003e\n\n## Key Features\n\n* Secure in-app wallet generation and recovery\n* Device-based security – all your private keys are stored locally, and not sent across the internet\n* Address book feature, making it easy to pay your friends, family, and frequently-used services\n* View wallet balance and transaction details\n* Send and receive Hycon just by scanning a QR code\n* Fingerprint and FaceID support for better security\n* English and Korean languages supported\n\n## Download\n\n[Get it on Google Play](https://play.google.com/store/apps/details?id=io.hycon.litewallet\u0026hl=en)\n\n[Download on the App Store](https://itunes.apple.com/us/app/hycon-pocket/id1439548798?mt=8)\n\n## Future Features\n\n* Biometrics-only authentication for wallets\n* UI / UX Updates\n\n## FAQ\n\n- ***Can I use my old wallet?***\n\nYes, you can. Because all of our wallets (full node, chrome extension and desktop) use same mnemonic words.\n\n- ***How long should I wait until I can use this application to make transfers?***\n\nRight away. It doesn't need to sync since it connects to a fully synced remote nodes automatically.\n\n\n## For Developers\n\n### Pre-requisites\n\n- [@Team-Hycon/hycon-gui](https://github.com/Team-Hycon/hycon-gui). This repository is only a submodule.\n- Node.js\n- Git\n- Android Studio \u0026 Android SDK, and/or XCode \u0026 iOS SDK\n\n### How To Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone the main repository\n$ git clone https://github.com/Team-Hycon/hycon-gui\n\n# Go into the repository\n$ cd hycon-gui\n\n# Initialize and update this submodule\n$ git submodule init \u0026\u0026 git submodule update\n\n# Install common dependencies\n$ npm install\n\n# Install the cordova platform, \u003cplatform\u003e is `android` or `ios`\n$ cordova platform add \u003cplatform\u003e\n\n# Compile and pack typescript codes (from `src/mobile` directory)\n$ npm build:mobile\n\n# Build the app with cordova, \u003cplatform\u003e is `android` or `ios`\n$ cordova build \u003cplatform\u003e\n\n# Run the app and deploy on the \u003cplatform\u003e. This will deploy on an emulator or connected device, \n# depending on development system settings. Please refer to the official docs here: \n# https://cordova.apache.org/docs/en/latest/guide/support/index.html.\n$ cordova run \u003cplatform\u003e\n```\n\n## Issues \u0026 Pull Requests\n\nIf you have an issue, feel free to add it to the [Issues](https://github.com/Team-Hycon/hycon-pocket/issues) tab or send an email to [support@hycon.io](mailto:support@hycon.io).\nIf you'd like to help us out, the [Pull Request](https://github.com/Team-Hycon/hycon-pocket/pulls) tab is a great place to start.\n\n**If you have found a security bug, please contact us at [security@glosfer.com](security@glosfer.com).**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-hycon%2Fhycon-pocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam-hycon%2Fhycon-pocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-hycon%2Fhycon-pocket/lists"}