Skip to content

solana-program/loader-v4

Repository files navigation

Solana Loader V4

This repository contains the IDL and generated clients for the Solana Loader V4 program.

Project setup

Install dependencies.

pnpm install

Generating clients

You may use the following command to generate the clients from the IDL.

pnpm generate

Managing clients

The following clients are available for your programs. You may use the following links to learn more about each client.

Starting and stopping the local validator

The following script is available to start your local validator.

pnpm validator:start

By 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:restart

Finally, you may stop the local validator using the following command.

pnpm validator:stop

About

Solana BPF Loader v4 program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors