The Keystone3 is an advanced, highly secure crypto hardware wallet. It is laser-focused on delivering an exceptionally secure and intuitive user experience. It boasts cutting-edge features like PCI level anti-tamper protection, ensuring the highest security against physical and digital threats. Additionally, it supports Multi Seed Phrase functionality, which enhances security and recovery options, and includes safeguards against blind signing to protect against unauthorized transactions. It also offers extensive support for a wide range of cryptocurrencies, catering to the diverse needs of crypto users.
Its standout features include:
- Triple-layer security with Three Secure Element Chips, ensuring top-notch protection of your digital assets.
- Advanced PCI level anti-tamper features, providing robust defense against physical tampering and hacking attempts.
- A user-friendly interface offering an intuitive user experience, making it accessible even for those new to crypto hardware wallets.
This repo is the bootloader for the Keystone3 devices.
Follow these steps to set up your development environment on MacOS:
# Install GCC
brew install armmbed/formulae/arm-none-eabi-gcc
# If you encounter issues with Brew when installing GCC, switch to manual installation:
# Visit https://developer.arm.com/downloads/-/gnu-rm, and select the `9-2020-q2-update`
# Install Rust
# For instructions, visit https://www.rust-lang.org/tools/install
rustup install nightly-2023-06-26
rustup target add thumbv7em-none-eabihf
cargo install bindgen-cli
cargo install cbindgen
# Clone the repository
git clone https://github.com/KeystoneHQ/keystone3-bootloader --recursive
Alternatively, use Docker to build the required environment:
docker build -t keystone3-boot:local .
Here's how to build the Keystone3 bootloader:
# Run the build script at the root of the project.
python3 build.py
We welcome contributions! Here's how you can contribute:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/AmazingFeature
. - Commit your changes:
git commit -m 'Add some AmazingFeature'
. - Push to the branch:
git push origin feature/AmazingFeature
. - Submit a pull request.
Before submitting, ensure your code follows our formatting standards:
brew install astyle
cd tools && astyle -A3nrUpHcQ --exclude=../src/cm_backtrace/Languages --exclude=../external --exclude=../rust "../*.c" "../*.h" "../*.cpp" && cd ..
Please see the License.md file for details.
For support or inquiries, please contact us at eng@keyst.one