This repository contains the IDL and generated clients for the Solana BPF Loader Upgradeable (v3) program.
Install dependencies.
pnpm installYou may use the following command to generate the clients from the IDL.
pnpm generateThe following clients are available for your programs. You may use the following links to learn more about each client.
The following script is available to start your local validator.
pnpm validator:startBy default, if a local validator is already running, the script will be skipped. You may use the validator:restart script instead to force the validator to restart.
pnpm validator:restartFinally, you may stop the local validator using the following command.
pnpm validator:stop