OneKeyHQ / firmware

Other
62 stars 49 forks source link
embedded-software


Github Stars Version Last commit Issues Pull Requests Discord Twitter Follow

Community & Support

šŸš€ Getting Onboard

  1. Install nix
  2. Pulling the latest code via the git command line tool, setting up the development environment
  git clone --recurse-submodules https://github.com/OneKeyHQ/onekey-firmware.git
  cd onekey-firmware
  nix-shell
  poetry install
  1. Run the build with:
   cd core && poetry run make build_unix
  1. Now you can start the emulator
   poetry run ./emu.py
  1. You can now install the command line client utility to interact with the emulator
   cd python && poetry run python3 -m pip install .

āœ Contribute

Also please have a look at the docs before contributing. The misc chapter should be read in particular because it contains some useful assorted knowledge.

šŸ”’ Security

āœØ Salute!