MCPcopy Index your code
hub / github.com/solana-program/system

github.com/solana-program/system @solana-system-interface-v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release solana-system-interface-v1.0.0 ↗ · + Follow
479 symbols 813 edges 86 files 39 documented · 8% 51 cross-repo links updated 14d agojs@v0.12.2 · 2026-05-29★ 755 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

System

The Solana System program and its generated clients.

Project setup

The first thing you'll want to do is install NPM dependencies which will allow you to access all the scripts and tools provided by this template.

pnpm install

Generating clients

You can generate clients for them using the following command.

pnpm generate:clients

Managing clients

The following clients are available for the System program. 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

Core symbols most depended-on inside this repo

cliArguments
called by 15
scripts/utils.mjs
getToolchainArgument
called by 9
scripts/utils.mjs
getCargo
called by 6
scripts/utils.mjs
getCargoMetadata
called by 5
scripts/utils.mjs
getToolchain
called by 5
scripts/utils.mjs
createDefaultTransaction
called by 5
clients/js/test/_setup.ts
signAndSendTransaction
called by 5
clients/js/test/_setup.ts
popArgument
called by 4
scripts/utils.mjs

Shape

Method 206
Function 161
Class 103
Enum 9

Languages

Rust70%
TypeScript30%

Modules by API surface

clients/rust/src/generated/instructions/create_account_with_seed.rs26 symbols
clients/rust/src/generated/instructions/withdraw_nonce_account.rs24 symbols
clients/rust/src/generated/instructions/transfer_sol_with_seed.rs24 symbols
clients/rust/src/generated/instructions/allocate_with_seed.rs24 symbols
clients/rust/src/generated/instructions/create_account.rs23 symbols
clients/rust/src/generated/instructions/assign_with_seed.rs23 symbols
clients/rust/src/generated/instructions/initialize_nonce_account.rs22 symbols
clients/rust/src/generated/instructions/transfer_sol.rs21 symbols
clients/rust/src/generated/instructions/authorize_nonce_account.rs21 symbols
interface/src/instruction.rs20 symbols
clients/rust/src/generated/instructions/assign.rs20 symbols
clients/rust/src/generated/instructions/allocate.rs20 symbols

For agents

$ claude mcp add system \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page