foundry-rs / foundry-rs/foundry
feat(`forge script`): support hardware-wallet signing in `signDelegation` / `signAndAttachDelegation` / `sign`
Open
A-cheatcodes
Cmd-forge-script
T-feature
T-to-investigate
- Dominant language
- Rust
- Stars
- 10.6k
- Forks
- 2.6k
- Avg merge
- 18h 20m
- Merged PRs (30d)
- 510
Description
### Component
Forge
### Describe the feature you would like
Currently, Foundry’s built-in helper methods for signing all require you to pass in a raw private key. This makes it impossible to script against a hardware wallet.
Is it possible to delegate the signature to the hardware wallet for approval similarly to cast sign-auth/cast send ?
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.