-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FH-2] Wallet Connection Implementation #164
Comments
i would like to do this task |
Everyone is free to handle any track/issue, you don't have to "reserve" it first! |
Is it still open ? |
@Danijel-Enoch it sure is, all Issues are free and there is no "reservation" or "first one gets it" mechanism. seems like @vinhyenvodoi98 is not doing any progress with this one so if you're confident go for it! |
i trying to finish and will update PR soon |
@FTCHD i updated PR could you test in |
Description (1,000 PTS)
wagmi
& relatedAppKit
packages, thewagmi
connectors and thewagmi
Provider to the repository and connect (pun intended) the relevant parts of theframetrain
app to it.metamask
,injected
,coinbaseWallet
andwalletConnect
providers. See a list of all connectors here.tx
type of actions in theFrameEditor
, this is the main reason for implementing wallet connectivity insideframetrain
. Right now clicking ontx
button shows a message that this is not implemented and you should use the Warpcast debugger instead. After your implementationtx
buttons should be working smoothly in theFrameEditor
.tx
has been signed, a simple solution that also has good UX is to show atoast.success()
saying the transaction has been sent. This is only a suggestion, the full handling should have a few more extra steps that you'll discover while implementing.Connect Wallet
<w3m-button />
should only be visible in theFrameEditor
.Rainbow
wallet does.The text was updated successfully, but these errors were encountered: