@partylayer/adapter-cantor8
v0.2.4
Published
Cantor8 (C8) Wallet adapter for PartyLayer
Readme
@partylayer/adapter-cantor8
Cantor8 Wallet adapter for PartyLayer
Overview
Adapter for the Cantor8 (C8) Wallet, using deep link transport with QR code support for mobile wallet connections.
Note: This adapter is included in
@partylayer/sdkby default. You only need to install it separately if building a custom setup.
Installation
npm install @partylayer/adapter-cantor8Usage with SDK
import { createPartyLayer } from '@partylayer/sdk';
const client = createPartyLayer({ network: 'devnet' });
await client.connect({ walletId: 'cantor8' });Links
License
MIT
