Commands Server
Quick start
$ spo run all-cmds-server🚀 > spo run all-cmds-server 09:56:56 AM
generated _data/all-cmds-server.jsonc
$ cargo build --bin all-cmds-server
warning: use of deprecated trait `solana_program::program_error::PrintProgramError`: Use `ToStr` instead with `solana_msg::msg!` or any other logging
--> vendor/mpl-token-metadata/src/generated/errors/mpl_token_metadata.rs:624:37
|
624 | impl solana_program::program_error::PrintProgramError for MplTokenMetadataError {
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: `mpl-token-metadata` (lib) generated 1 warning
Finished `dev` profile [optimized] target(s) in 0.36s
$ target/debug/all-cmds-server _data/all-cmds-server.jsonc
2025-10-13T02:57:04.677085Z INFO command_rpc::command_side::command_server: using public key: c279c19826915ed6c303bd0895e236d0d6d6950f562195a14edaf3a7bf29708b
2025-10-13T02:57:08.470314Z INFO command_rpc::command_side::command_server: joined 12b5b06f4837f4998f24186fc013a066c5e00f56750bc72028a53f3d0c8335cd
2025-10-13T02:57:08.470341Z INFO command_rpc::command_side::command_server: connection type Some(Direct(34.169.65.3:1536))
2025-10-13T03:04:33.779756Z INFO command_rpc::command_side::command_trait: ran generate_keypair 190.430925ms
2025-10-13T03:04:34.806439Z INFO command_rpc::command_side::command_trait: ran wallet 190.432655ms
2025-10-13T03:04:34.806837Z INFO command_rpc::command_side::command_trait: ran const 190.776821ms
2025-10-13T03:04:34.806965Z INFO command_rpc::command_side::command_trait: ran generate_keypair 190.8822msConfiguration
Top-Level Properties
flow_server
flow_serversecret_key
secret_keyapikey
apikeyObject Definitions
FlowServerConfig
FlowServerConfigFlowServerUrl
FlowServerUrlProperty
Type
Description
FlowServerAddress
FlowServerAddressProperty
Type
Description
Required
Full Configuration Examples
Specifying a Secret Key and a Custom Server
Using a Global API Key for Multiple Servers
Using Per-Server API Keys
Using the Advanced FlowServerAddress Connection
FlowServerAddress ConnectionLast updated