Crates.io | solana-remote-wallet |
lib.rs | solana-remote-wallet |
version | |
source | src |
created_at | 2020-02-12 06:55:23.533406+00 |
updated_at | 2025-04-06 16:42:13.992017+00 |
description | Blockchain, Rebuilt for Scale |
homepage | https://anza.xyz/ |
repository | https://github.com/anza-xyz/agave |
max_upload_size | |
id | 207555 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Library for interacting with "remote" wallets, meaning any wallet where the private key bytes are not directly available, such as Ledger devices.
In order to use a Ledger device on Linux machines, users must apply certain udev rules. These are available at the udev-rules repository maintained by the Ledger team.