How to use rainbowkit with @wagmi/core ? #1846
Answered
by
magiziz
alienzhangyw
asked this question in
Q&A
-
I don't want to use the wagmi hooks, how can I get the connected account or signer without the hooks (for example, out of a react component)? |
Beta Was this translation helpful? Give feedback.
Answered by
magiziz
Mar 11, 2024
Replies: 1 comment
-
@alienzhangyw We don't use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alienzhangyw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alienzhangyw We don't use
@wagmi/core
, but we do usewagmi
andviem
. You could get connected account viagetAccount
function from@wagmi/core
. Here is the link to the docs: https://wagmi.sh/core/api/actions/getAccount#getaccount