@provablehq/aleo-wallet-adapter-puzzle
v1.1.1
Published
Puzzle wallet adapter for Aleo
Downloads
26
Readme
@provablehq/aleo-wallet-adapter-puzzle
Replaces
@provablehq/aleo-wallet-adaptor-puzzle(deprecated). Update dependencies and imports using the migration guide.
Adapter that exposes the Puzzle wallet through the Aleo wallet adapter interfaces.
When to use it
- Offer Puzzle wallet users a seamless connect experience in your Aleo dApp.
- Combine Puzzle with other wallets (Leo, Shield, Fox, Puzzle) in a single provider instance.
- Prototype wallet flows that rely on Puzzle’s capabilities without forking adapter logic.
Installation
pnpm add @provablehq/aleo-wallet-adapter-puzzleUsage
import { PuzzleWalletAdapter } from '@provablehq/aleo-wallet-adapter-puzzle';
const wallets = [new PuzzleWalletAdapter()];Related packages
@provablehq/aleo-wallet-adapter-core– required base implementation.@provablehq/aleo-wallet-adapter-react– provider that wires Puzzle into React apps.@provablehq/aleo-wallet-adapter-react-ui– wallet picker UI that automatically lists Puzzle when available.
Live demo: https://aleo-dev-toolkit-react-app.vercel.app/
