-
Notifications
You must be signed in to change notification settings - Fork 751
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
Adding Smart Wallet Quickstart [Ready for review] #2056
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@youssefea is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
🟡 Heimdall Review Status
|
|
||
## Step 2: Create Wagmi Config | ||
|
||
If your project does not have a Wagmi Config, create a file called `wagmi.ts` in the root directory of your project: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a callout specifying what about this wagmi config sets it up for coinbase wallet (e.g. the cbWalletConnector
)
} | ||
``` | ||
|
||
## Step 5: Create ConnectAndSIWE Component |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> ## Step 5: Create ConnectAndSIWE
Component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e.g. convert the ConnectAndSIWE to code formatted
What changed? Why?
Smart Wallet Docs lack a Quickstart. This PR does the following:
How has it been tested?
BaseDocs