Overview
Build with the Squads v4 Typescript SDK
Last updated
Build with the Squads v4 Typescript SDK
This section is made for developers wanting to integrate Squads Protocol into their own projects by interacting with v4.
It is structured as straightforward as possible with two sections, with the first being how to read data from the v4 program and the second being how to interact with it. In each section you will be able to find a detailed list of every account and instruction included in the Squads v4 SDK and Crate.
The Squads V4 program is deployed on the Solana mainnet-beta cluster.
SQDS4ep65T869zMMBKyuUq6aD6EgTu8psMjkvj52pCfHere are different ways to use the SDK:
multisig.instructions: This will return selected instructions, to be processed and sent by your client.
multisig.rpc : This will build selected instructions, put it in a transaction, and send immediately.
multisig.transactions: This will create selected instructions, and return a VersionedTransaction with the instruction added.
multisig.accounts: Various account types within the Squads program, and utility methods for working with them
multisig.utils: Provides helper functions for working with Squads
multisig.types: Various types related to Squads
Here is a list of the different categories this section contains.
Last updated