Skip to content

lihuanhuan/firmware-classic1s

 
 

Repository files navigation


Github Stars Version Contributors Last Commit Issues Pull Requests Discord Twitter Follow

Community & Support

  • Community Forum: Best for help with building and discussing best practices.
  • GitHub Issues: Report bugs and errors encountered while using OneKey.

🚀 Getting Started

  1. Install Nix: Follow the instructions here.
  2. Clone the Repository:
    git clone https://github.com/OneKeyHQ/firmware-classic1s
    cd firmware-classic1s
    nix-shell
    poetry install
  3. Build the Project:
    cd legacy
    export EMULATOR=1 DEBUG_LINK=1 DEBUG_LOG=1
    poetry run make vendor
    poetry run ./script/setup
    poetry run ./script/cibuild
  4. Start the Emulator:
    ./firmware/classic*Stable*.bin
  5. Install the Command Line Client:
    cd python && poetry run python3 -m pip install .

🔒 Security

  • Read the Bug Bounty Rules for details on our security policies.
  • Report suspected security vulnerabilities privately to [email protected].
  • Do not create public issues for suspected vulnerabilities.

As an open-source project, we offer rewards to white hat hackers who disclose vulnerabilities promptly.

License

Please check License.md for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 61.6%
  • Python 32.2%
  • Rust 4.0%
  • C++ 0.8%
  • Nix 0.5%
  • Makefile 0.3%
  • Other 0.6%