Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add Button to Display Address on Ledger #2591

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ethDreamer
Copy link

@ethDreamer ethDreamer commented Oct 27, 2024

All Ledger devices include a screen, enabling users to securely verify wallet addresses directly on the device. This feature is essential to the security model of hardware wallets, allowing users to confirm they truly control the keys for a particular address before sending funds. Without this feature, compromised wallet software can easily deceive users into sending funds to an attacker-controlled address.

This PR serves as a working proof of concept to show how straightforward it is to implement this feature. If a Rust dev with almost no TypeScript experience and no prior familiarity with this codebase can set this up in a few hours, it seems feasible that the dev team could properly integrate this functionality very easily.

I hope this demonstrates its value and feasibility – and I encourage the team to consider it for the security benefits it provides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant