How to connect a local account / smart wallet account? #4293
Answered
by
tmm
stephancill
asked this question in
Q&A
-
I would like to use wagmi for my wallet app which has access to a local account via What is the recommended way of doing this? Do I need to create a connector? |
Beta Was this translation helpful? Give feedback.
Answered by
tmm
Sep 24, 2024
Replies: 1 comment
-
Best option right now is to create your own connector with the smart account attached. Wagmi's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stephancill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Best option right now is to create your own connector with the smart account attached. Wagmi's
mock
connector andburner-connector
might be helpful to look at. Longer term, we are exploring adding first-class support to Wagmi.