Skip to content
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
5 changes: 3 additions & 2 deletions site/doc/pages/docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ npm i @rabby-wallet/rabbykit @wagmi/core viem@2.x

### API Keys

1. RabbyKit utilises [https://walletconnect.com/]()'s SDK to help with connecting wallets. WalletConnect 2.0 requires a projectId which you can create quickly and easily for free over at [WalletConnect Cloud](https://cloud.walletconnect.com/).
1. [wagmi](https://wagmi.sh/react/api/transports/http#usage) recommends using other provider packages such as [Infura](https://www.infura.io) or [Alchemy](https://www.alchemy.com/) depending on the specific network requirements of your dApp. These providers offer reliable infrastructure and can be chosen based on your specific needs.
1. RabbyKit utilises the WalletConnect SDK ([https://walletconnect.com/](https://walletconnect.com/)) to help with connecting wallets. WalletConnect 2.0 requires a projectId, which you can create quickly and easily for free at [WalletConnect Cloud](https://cloud.walletconnect.com/).

2. [wagmi](https://wagmi.sh/react/api/transports/http#usage) recommends using other provider packages such as [Infura](https://www.infura.io) or [Alchemy](https://www.alchemy.com/) depending on the specific network requirements of your dApp. These providers offer reliable infrastructure and can be chosen based on your specific needs.

### Config

Expand Down
2 changes: 1 addition & 1 deletion site/doc/pages/docs/migrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ rabbykit.close();

- [`@wagmi/core` v2 Migration Guide](https://wagmi.sh/core/guides/migrate-from-v1-to-v2)
- [`wagmi` Migration Guide](https://wagmi.sh/react/guides/migrate-from-v1-to-v2)
- [`viem` Migration Guide](https://viem.sh/docs/migration-guide.html#_2-x-x-breaking-changes)
- [`viem` Migration Guide](https://viem.sh/docs/migration-guide)