Skip to main content
The tsn-cranker CLI configures Solana operator state; it is not the payment-policy engine and does not replace Node authorization.

Signature

Commands

Environment

string
Signer keypair path; defaults to ./cranker-keypair.json.
string
required
Required when no command is supplied.
string
TIN program ID; defaults to the source-defined program ID.
string
Gateway RPC URL selected by resolveSolanaRpcUrl.
The CLI throws for a missing keypair, malformed keypair, missing required environment variable, invalid boolean, or unknown command. On-chain failures are returned by the delegated SDK transaction helper. Source: cli.ts:20-188