Skip to content
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

docs: update WalletConnect references to Reown #1930

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ NEXT_PUBLIC_CDP_API_KEY=<YOUR_CDP_API_KEY>
# ~~~
NEXT_PUBLIC_ENVIRONMENT=localhost

# See https://cloud.walletconnect.com/
# See https://cloud.reown.com/
NEXT_PUBLIC_WC_PROJECT_ID=<YOUR_WC_PROJECT_ID>

```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Get your [Client API Key](https://portal.cdp.coinbase.com/projects/api-keys/clie
loading="lazy"
/>

In order to use RainbowKit, you'd also need to obtain a Wallet Connector project ID at [WalletConnect](https://cloud.walletconnect.com/app).
In order to use RainbowKit, you'd also need to obtain a Wallet Connector project ID at [WalletConnect](https://cloud.reown.com/app).

### Create a .env file

Create a new file in your projects root directory and name it `.env`.
Create a new file in your project's root directory and name it `.env`.

<img
alt="OnchainKit define Client API Key"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ In this tutorial, you've learned how to use [OnchainKit] to log your users into
[wagmi]: https://wagmi.sh/
[viem]: https://viem.sh/
[quick start]: https://www.rainbowkit.com/docs/installation
[WalletConnect]: https://cloud.walletconnect.com/
[WalletConnect]: https://cloud.reown.com/
[smart contract development]: https://base.org/learn
[Base]: https://docs.base.org/network-information
[smart contract development]: https://base.org/camp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ In this tutorial, you've learned how Providers supply blockchain connection as a
[wagmi]: https://wagmi.sh
[quick start]: https://www.rainbowkit.com/docs/installation
[context providers]: https://react.dev/learn/passing-data-deeply-with-context
[WalletConnect]: https://cloud.walletconnect.com/
[WalletConnect]: https://cloud.reown.com/
[JSON RPC provider]: https://wagmi.sh/react/providers/jsonRpc
[Alchemy]: https://www.alchemy.com/
[QuickNode]: https://www.quicknode.com/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This tutorial will guide you through the process of seamlessly prompting users t

You’ll need to set up an account on the Coinbase Developer Platform (CDP). The CDP provides various tools and services for blockchain development, including access to API endpoints and other resources that will be instrumental in your project. Once you’ve created your account, you’ll be ready to move forward with integrating these services into your application.

2. [WalletConnect Project ID](https://cloud.walletconnect.com/)
2. [WalletConnect Project ID](https://cloud.reown.com/)

You’ll need to set up a cloud account with [WalletConnect], a protocol that enables secure wallet connections across different platforms.

Expand Down Expand Up @@ -450,7 +450,7 @@ Congratulations! You've set up a seamless process to capture user emails after s

[Basenames]: https://www.base.org/names/
[OnchainKit]: https://onchainkit.xyz/
[Wallet Connect]: https://cloud.walletconnect.com/sign-in
[Wallet Connect]: https://cloud.reown.com/sign-in
[OnchainKit App template]: https://github.com/coinbase/onchain-app-template
[Bun]: https://bun.sh/package-manager
[adding environment variables]: https://vercel.com/docs/projects/environment-variables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To ensure all components work seamlessly, set the following environment variable

- `API KEY`: Find this on the API page at the [Coinbase Dev Portal](https://portal.cdp.coinbase.com/access/api).

- `NEXT_PUBLIC_WC_PROJECT_ID`: Create a project at [Wallet Connect](https://cloud.walletconnect.com) to obtain this.
- `NEXT_PUBLIC_WC_PROJECT_ID`: Create a project at [Wallet Connect](https://cloud.reown.com) to obtain this.

Add theses to you `.env` file:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[ConnectKit](https://docs.family.co/connectkit)

[Web3Modal](https://docs.walletconnect.com/web3modal/react/smart-accounts)
[Web3Modal](https://docs.reown.com/web3modal/react/smart-accounts)

[Web3-Onboard](https://www.blocknative.com/coinbase-wallet-integration)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Below are some popular wallet libraries and what we know of their plans for day
| [Privy]( https://docs.privy.io/guide/react/recipes/misc/coinbase-smart-wallets) | ✅ |
| [ThirdWeb](http://portal.thirdweb.com/connect) | ✅ |
| [ConnectKit](https://docs.family.co/connectkit) | ✅ |
| [Web3Modal](https://docs.walletconnect.com/web3modal/react/smart-accounts) | ✅ |
| [Web3Modal](https://docs.reown.com/web3modal/react/smart-accounts) | ✅ |
| [Web3-Onboard](https://www.blocknative.com/coinbase-wallet-integration) | ✅ |
| [RainbowKit](https://www.rainbowkit.com/) | ✅ |
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ If you're looking to quickly bootstrap a simple app, you can always use a script
[Next.js]: https://nextjs.org/
[Tailwind]: https://tailwindcss.com/
[nvm]: https://github.com/nvm-sh/nvm
[WalletConnect]: https://cloud.walletconnect.com/
[WalletConnect]: https://cloud.reown.com/
[Connecting to the Blockchain]: https://docs.base.org/connecting-to-the-blockchain/overview
[Wallet Connect Cloud]: https://cloud.walletconnect.com/
[Wallet Connect Cloud]: https://cloud.reown.com/
[Connect Button]: https://www.rainbowkit.com/docs/connect-button
[customize the connect button]: https://www.rainbowkit.com/docs/custom-connect-button
[TanStack Query]: https://tanstack.com/query/latest
Expand Down