@partylayer/adapter-bron
v0.2.10
Published
Bron Wallet adapter for PartyLayer
Readme
@partylayer/adapter-bron
Bron Wallet adapter for PartyLayer
Overview
Adapter for the Bron Wallet, an enterprise remote signer using OAuth2 authentication and API-based signing.
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-bronUsage with SDK
import { createPartyLayer } from '@partylayer/sdk';
const client = createPartyLayer({ network: 'devnet' });
await client.connect({ walletId: 'bron' });Links
License
MIT
