@partylayer/adapter-loop
v0.5.0
Published
5N Loop Wallet adapter for PartyLayer
Readme
@partylayer/adapter-loop
Legacy integration. This package predates the generic bridge and is kept for compatibility; a new wallet should not copy this pattern. New wallets integrate through Path A or Path B with no PartyLayer-specific code, see https://partylayer.xyz/docs/generic-bridge.
5N Loop Wallet adapter for PartyLayer
Overview
Adapter for the 5N Loop Wallet. Uses the official @fivenorth/loop-sdk package which communicates via QR code / popup flow over WebSocket.
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-loopUsage with SDK
import { createPartyLayer } from '@partylayer/sdk';
const client = createPartyLayer({ network: 'devnet' });
await client.connect({ walletId: 'loop' });Links
License
MIT
