-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
Sequence Kit Connectors | ||
========================== | ||
|
||
Official wallet integrations that work with Sequence Kit. | ||
Official wallet integrations that work with Sequence Kit. The `kit-connectors` package depends on the core kit package (`@0xsequence/kit`). | ||
|
||
# Install connectors package | ||
```bash | ||
npm install @0xsequence/kit-connectors | ||
# or | ||
pnpm install @0xsequence/kit-connectors | ||
# or | ||
yarn add @0xsequence/kit-connectors | ||
``` | ||
|
||
# Supported wallets | ||
## Supported social logins | ||
- Apple | ||
- Twitch | ||
- Discord | ||
|
||
## Supported Web3 Wallets | ||
- Sequence | ||
- Metamask | ||
- WalletConnect | ||
- injected providers | ||
|
||
## Custom connectors | ||
Custom Sequence Kit can be created to support any wallet. |