@faremeter/wallet-solana-squads
v0.16.0
Published
Solana Squads Protocol multisig wallet integration for DAO and shared treasury payments
Readme
@faremeter/wallet-solana-squads
Solana Squads Protocol multisig wallet integration for DAO and shared treasury payments.
Installation
pnpm install @faremeter/wallet-solana-squadsFeatures
- Multisig wallet support
- Squads Protocol integration
- Proposal and approval flow
- Threshold signatures
API Reference
Functions
createSquadsWallet
| Function | Type |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| createSquadsWallet | (network: string, connection: Connection, keypair: Keypair, multisigPda: PublicKey, squadMember: Keypair) => Promise<{ network: string; publicKey: PublicKey; buildTransaction: (instructions: TransactionInstruction[]) => Promise<...>; }> |
Related Packages
- @faremeter/payment-solana - Solana payment handler
- @faremeter/fetch - Client fetch wrapper
License
LGPL-3.0-only
