{"id":19525536,"url":"https://github.com/onekeyhq/firmware","last_synced_at":"2025-04-04T18:09:11.884Z","repository":{"id":36967312,"uuid":"405922340","full_name":"OneKeyHQ/firmware","owner":"OneKeyHQ","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-10T08:28:09.000Z","size":123139,"stargazers_count":71,"open_issues_count":17,"forks_count":52,"subscribers_count":13,"default_branch":"touch","last_synced_at":"2025-03-28T17:09:48.146Z","etag":null,"topics":["embedded-software"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneKeyHQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-13T10:08:06.000Z","updated_at":"2025-03-10T02:38:53.000Z","dependencies_parsed_at":"2023-09-22T21:56:58.657Z","dependency_job_id":"b6716adf-ad3d-4e9b-a0b8-5881d6d0b010","html_url":"https://github.com/OneKeyHQ/firmware","commit_stats":{"total_commits":10890,"total_committers":293,"mean_commits":37.16723549488054,"dds":0.7179063360881544,"last_synced_commit":"566884c7e7ca27f61e06e3cdd4e823a892703dae"},"previous_names":[],"tags_count":177,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneKeyHQ%2Ffirmware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneKeyHQ%2Ffirmware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneKeyHQ%2Ffirmware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneKeyHQ%2Ffirmware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneKeyHQ","download_url":"https://codeload.github.com/OneKeyHQ/firmware/tar.gz/refs/heads/touch","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226215,"owners_count":20904465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["embedded-software"],"created_at":"2024-11-11T01:05:23.728Z","updated_at":"2025-04-04T18:09:06.874Z","avatar_url":"https://github.com/OneKeyHQ.png","language":"C","readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"200\" src=\"https://github.com/rayston92/graph_bed/blob/e3b2c938fc5b17d68531f69178908afb16266e6a/img/onekey_logo_badge_border.png?raw=trueg\"/\u003e\n\u003c/p\u003e\n\n---\n\n[![Github Stars](https://img.shields.io/github/stars/OneKeyHQ/firmware?t\u0026logo=github\u0026style=for-the-badge\u0026labelColor=000)](https://github.com/OneKeyHQ/firmware/stargazers)\n[![Version](https://img.shields.io/github/release/OneKeyHQ/firmware.svg?style=for-the-badge\u0026labelColor=000)](https://github.com/OneKeyHQ/firmware/releases)\n[![](https://img.shields.io/github/contributors-anon/OneKeyHQ/firmware?style=for-the-badge\u0026labelColor=000)](https://github.com/OneKeyHQ/firmware/graphs/contributors)\n[![Last commit](https://img.shields.io/github/last-commit/OneKeyHQ/firmware.svg?style=for-the-badge\u0026labelColor=000)](https://github.com/OneKeyHQ/firmware/commits/onekey)\n[![Issues](https://img.shields.io/github/issues-raw/OneKeyHQ/firmware.svg?style=for-the-badge\u0026labelColor=000)](https://github.com/OneKeyHQ/firmware/issues?q=is%3Aissue+is%3Aopen)\n[![Pull Requests](https://img.shields.io/github/issues-pr-raw/OneKeyHQ/firmware.svg?style=for-the-badge\u0026labelColor=000)](https://github.com/OneKeyHQ/firmware/pulls?q=is%3Apr+is%3Aopen)\n[![Discord](https://img.shields.io/discord/868309113942196295?style=for-the-badge\u0026labelColor=000)](https://discord.gg/onekey)\n[![Twitter Follow](https://img.shields.io/twitter/follow/OneKeyHQ?style=for-the-badge\u0026labelColor=000)](https://twitter.com/OneKeyHQ)\n\n\n## Community \u0026 Support\n\n- [Community Forum](https://github.com/orgs/OneKeyHQ/discussions). Best for: help with building, discussion about best practices.\n- [GitHub Issues](https://github.com/OneKeyHQ/firmware/issues). Best for: bugs and errors you encounter using OneKey.\n- [Discord](https://discord.gg/onekey). Best for: sharing your ideas and hanging out with the community.\n\n\n## 🚀 Getting Onboard\n\n1. Install [nix](https://nixos.org/download.html)\n2. Pulling the latest code via the git command line tool,  setting up the development environment\n\n```\n  git clone --recurse-submodules https://github.com/OneKeyHQ/onekey-firmware.git\n  cd onekey-firmware\n  nix-shell\n  poetry install\n```\n\n3. Run the build with:\n\n```\n   cd core \u0026\u0026 poetry run make build_unix\n```\n\n4. Now you can start the emulator\n\n```\n   poetry run ./emu.py\n```\n\n5. You can now install the command line client utility to interact with the emulator\n\n```\n   cd python \u0026\u0026 poetry run python3 -m pip install .\n```\n\n## ✏ Contribute\n\n- Adding a small feature or a fix\n\n  If your change is somewhat subtle, feel free to file a PR in one of the appropriate repositories directly. See the PR requirements noted at [CONTRIBUTING.md](docs/misc/contributing.md)\n\n- Add new coin/token/network to the official onekey firmware\n\n  See [COINS.md](docs/misc/COINS.md)\n\nAlso please have a look at the [docs](docs/SUMMARY.md) before contributing. The misc chapter should be read in particular because it contains some useful assorted knowledge.\n\n## 🔒 Security\n\n- Please read [Bug Bounty Rules](https://github.com/OneKeyHQ/app-monorepo/blob/onekey/docs/BUG_RULES.md), we have detailed the exact plan in this article.\n- Please report suspected security vulnerabilities in private to dev@onekey.so\n- Please do NOT create publicly viewable issues for suspected security vulnerabilities.\n- As an open source project, although we are not yet profitable, we try to give some rewards to white hat hackers who disclose vulnerabilities to us in a timely manner.\n\n## ✨ Salute!\n\n[![](https://img.shields.io/github/contributors-anon/OneKeyHQ/firmware?style=for-the-badge\u0026labelColor=000)](https://github.com/OneKeyHQ/firmware/graphs/contributors)\n\n\u003ca href=\"https://github.com/onekeyhq/firmware/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=onekeyhq/firmware\u0026max=240\u0026columns=24\"/\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonekeyhq%2Ffirmware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonekeyhq%2Ffirmware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonekeyhq%2Ffirmware/lists"}