Skip to main content

Quick Start

Program IDs

use solana_program::pubkey;
use solana_program::pubkey::Pubkey;

pub const BUDDY_LINK_PROGRAM_ID: Pubkey = pubkey!("BUDDYtQp7Di1xfojiCSVDksiYLQx511DPdj2nbtG9Yu5");

Usage

  • Functions will show the different ways to use the buddy link CPIs.

  • The use cases will show examples for different type of projects and different flows that are possible depending on how you want to design the integration.