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

How to use Ledger hardware wallet with near-api-js #1031

Open
ryancwalsh opened this issue Nov 15, 2022 · 2 comments
Open

How to use Ledger hardware wallet with near-api-js #1031

ryancwalsh opened this issue Nov 15, 2022 · 2 comments

Comments

@ryancwalsh
Copy link

I see it proposed at #259 (comment)

Is there any way to use Ledger with near-api-js?

I also found https://github.com/near/near-ledger-js/, but I haven't found documentation about any possible relationship between that repo and this one.

Thanks.

@andy-haynes
Copy link
Collaborator

Is there any way to use Ledger with near-api-js?

Currently the only implementation I'm aware of is in near-cli - using the --useLedgerKey flag in conjunction with a command requiring signing will prompt on a connected ledger.

There is a PR under review to unblock development of this functionality that will require a major release, as the methods around retrieving keys must be asynchronous to support hardware keystores. Once released we will be able to implement a new LedgerKeyStore as referenced in #259

This is on the backlog for near-api-js in Jira but I don't believe it was synced via Exalate.

@ryancwalsh
Copy link
Author

@andy-haynes Thanks for the update!

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

2 participants