Installation
Get up and running with PartyLayer in your project. The SDK supports React 18+ and Node.js 18+.
Prerequisites
- Node.js 18 or later
- React 18 or later (for React integration)
- A Canton Network dApp — PartyLayer works with devnet, testnet, and mainnet
Install Packages
Install the core SDK and React bindings:
ℹ️ Note
@partylayer/core is installed automatically as a dependency of @partylayer/sdk. You don't need to install it separately.Vanilla JS Only
If you're not using React, you only need the core SDK:
Optional Packages
CIP-0103 Native Provider
For direct CIP-0103 provider integration (e.g., wrapping your PartyLayer client as a CIP-0103 compliant provider):
Enterprise Wallet (Bron)
The Bron adapter requires explicit configuration and is not auto-registered:
Verify Installation
After installing, verify everything works by importing the SDK:
Next, follow the Quick Start guide to build your first wallet integration.