alloy-rs/alloy

[Feature] More well-considered `Wallet` behavior

Offen

#638 geöffnet am 26.04.2024

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (631 Forks)github user discovery
c-networkenhancementhelp wanted

Repository-Metriken

Stars
 (1.280 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Component

signers

Describe the feature you would like

We currently only handle individual signers, each of which has a single address. This doesn't deal well with bip32 xprivs and related signers like ledger and trezor.

EthereumSigner and the NetworkSigner trait need to be updated to allow derivation path enrollment or something else. I don't have a good design here yet but it's stewing

Additional context

No response

Contributor Guide