Anchor IDL

Using the Squads MPL with Anchor

The Squads MPL is built in Anchor, and can be found in the Anchor Program Registry. Developers can interact with the program using the standard TypeScript functionality outlined in the Anchor TS Doc.

To get started, first make sure that the latest version of Anchor is added to your project.

// if  using yarn
yarn add @project-serum/anchor
// if using npm
npm install @project-serum/anchor

Last updated