- Community Forum: Best for help with building and discussing best practices.
- GitHub Issues: Report bugs and errors encountered while using OneKey.
- Install Nix: Follow the instructions here.
- Clone the Repository:
git clone https://github.com/OneKeyHQ/firmware-classic1s cd firmware-classic1s nix-shell poetry install
- 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
- Start the Emulator:
./firmware/classic*Stable*.bin
- Install the Command Line Client:
cd python && poetry run python3 -m pip install .
- 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.
Please check License.md for details