@partylayer/adapter-nightly
v0.2.4
Published
Nightly Wallet adapter for PartyLayer
Readme
@partylayer/adapter-nightly
Nightly Wallet adapter for PartyLayer
Overview
Adapter for the Nightly Wallet, a multichain wallet with Canton Network support. The wallet injects at window.nightly.canton and uses a callback-based signing interface.
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-nightlyUsage with SDK
import { createPartyLayer } from '@partylayer/sdk';
const client = createPartyLayer({ network: 'devnet' });
await client.connect({ walletId: 'nightly' });Links
License
MIT
