Skip to content

abbie982/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 dev@onekey.so.
  • 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

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C 62.6%
  • Python 31.0%
  • Rust 3.9%
  • C++ 1.1%
  • Nix 0.5%
  • Makefile 0.2%
  • Other 0.7%