Skip to main content

Interacting with Programs

Connect to any deployed program and start calling functions, whether you need to read data from the blockchain or make transactions.

Once you have setup the SDK, any interaction you make with a program will be made from the connected wallet automatically. Use the following setup guides to set up the SDK for your environment:

Calling Program Functions

You can call any function on your program including functions to read data or write a transaction to the blockchain by providing:

  1. The address of the program to connect to
  2. The name of the function you want to call
  3. The parameters to pass to the function

Interacting with Standard Programs

We also provide convenient interfaces to interact with any NFT Drops, NFT Collections, and Tokens that you've deployed on Solana. You can learn more about interacting with them below: