My workflows for private-key operations involve connecting forge or cast to Frame by passing the argument --rpc-url 'http://127.0.0.1:1248'. This is really nice because it lets me keep my keys on a hardware wallet. However, Frame isn't the most actively developed piece of software (I'd hesitate to call it "dead" per se), and the breadth of hardware wallet support is a little lacking. It would be great if Foundry could support WalletConnect because that opens up a plethora of options without involving lock-in to any particular vendor or stack.
Previously, this was considered in #67, but didn't end up getting implemented
Component
Cast
Describe the feature you would like
My workflows for private-key operations involve connecting
forge
orcast
to Frame by passing the argument--rpc-url 'http://127.0.0.1:1248'
. This is really nice because it lets me keep my keys on a hardware wallet. However, Frame isn't the most actively developed piece of software (I'd hesitate to call it "dead" per se), and the breadth of hardware wallet support is a little lacking. It would be great if Foundry could support WalletConnect because that opens up a plethora of options without involving lock-in to any particular vendor or stack.Previously, this was considered in #67, but didn't end up getting implemented
Additional context
No response