Skip to content

Commit

Permalink
list of connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Sep 28, 2023
1 parent 8817896 commit 8da2c6a
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion packages/connectors/README.md
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
- Facebook
- Google
- Apple
- Twitch
- Discord
- Email

## Supported Web3 Wallets
- Sequence
- Metamask
- WalletConnect
- injected providers

## Custom connectors
Custom Sequence Kit can be created to support any wallet.

0 comments on commit 8da2c6a

Please sign in to comment.