Demonstrate use of ethers/wagmi in docs #353
chrisco512
started this conversation in
Feedback
Replies: 1 comment
-
Thanks for the feedback @chrisco255 ! There's definitely more we can do to help understand how RainbowKit + wagmi + ethers all work together. We're building some examples and constantly improving our docs, will add a discussion piece here this week the team to figure out how we can do better. In the meantime, check out:
Here's a way you can think about these tools together:
Once you've got your wallet connection flow configured w/ RainbowKit, everything else you need to build your app and interact with Ethereum is in wagmi. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Started poking around with Rainbowkit and really love the tool. But after getting through the connect step in the docs and tweaking the styles a bit, I realized I did not understand how to interface it offhand with ethers.js. I'm sure it's an easy thing and I just need to dig in more, but I think the docs could use some mention of where the kit interfaces with ethers and wagmi and give a bit of instruction on how a dev can hook into those tools if need be.
Beta Was this translation helpful? Give feedback.
All reactions