@partylayer/adapter-console
v0.3.4
Published
Console Wallet adapter for PartyLayer
Readme
@partylayer/adapter-console
Console Wallet adapter for PartyLayer
Overview
Adapter for the Console Wallet browser extension. Uses the official @console-wallet/dapp-sdk which communicates via window.postMessage.
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-consoleUsage with SDK
import { createPartyLayer } from '@partylayer/sdk';
const client = createPartyLayer({ network: 'devnet' });
await client.connect({ walletId: 'console' });Links
License
MIT
