This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
306783c6613e3c6b631a1aa42f81ed5fa038edd5
solana
/
remote-wallet
/
src
/
lib.rs
4 lines
63 B
Rust
Raw
Normal View
History
Unescape
Escape
Ledger hardware wallet integration (#8068) * Initial remote wallet module * Add clap derivation tooling * Add remote-wallet path apis * Implement remote-wallet in solana-keygen * Implement remote-wallet in cli for read-only pubkey usage * Linux: Use udev backend; add udev rules tool * Ignore Ledger live test * Cli api adjustments
2020-02-07 11:26:56 -07:00
pub
mod
ledger
;
Enable remote-wallet signing in solana-keygen (#8267) * Add fallible methods to KeypairUtil * Add RemoteKeypair struct and impl KeypairUtil * Implement RemoteKeypair in keygen; also add parse_keypair_path for cleanup
2020-02-13 14:08:35 -07:00
pub
mod
remote_keypair
;
Ledger hardware wallet integration (#8068) * Initial remote wallet module * Add clap derivation tooling * Add remote-wallet path apis * Implement remote-wallet in solana-keygen * Implement remote-wallet in cli for read-only pubkey usage * Linux: Use udev backend; add udev rules tool * Ignore Ledger live test * Cli api adjustments
2020-02-07 11:26:56 -07:00
pub
mod
remote_wallet
;
Reference in New Issue
Copy Permalink