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

Sign with Hardware Wallet #183

Open
gylman opened this issue Dec 12, 2024 · 1 comment
Open

Sign with Hardware Wallet #183

gylman opened this issue Dec 12, 2024 · 1 comment
Assignees

Comments

@gylman
Copy link
Member

gylman commented Dec 12, 2024

Describe the feature

A feature of signing with hardware wallet is needed.

Solution

Use third party connector or implement a new one

@gylman gylman self-assigned this Dec 12, 2024
@gylman
Copy link
Member Author

gylman commented Dec 12, 2024

I investigated Wagmi, the current library being used accross the project, and it does not have a connector for hardware wallets.
I also searched and found that ethers has it:
import { LedgerSigner } from "@ethersproject/hardware-wallets";
So we should use either ethers or third party public community implemented custom wagmi connector

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

No branches or pull requests

1 participant