Skip to main content

Documentation Index

Fetch the complete documentation index at: https://umbra.0xcreator.dev/llms.txt

Use this file to discover all available pages before exploring further.

umbra config set <key> <value>
Writes a single key-value pair to ~/.umbra-cli/config.json. The file is created if it doesn’t exist. All other keys are preserved.

Arguments

ArgumentDescription
<key>Config key to set. See table below.
<value>Value to assign.

Config keys

KeyAccepted valuesDescription
networkmainnet, devnet, localnetSolana network to connect to
rpcUrlAny URLHTTP RPC endpoint
rpcSubscriptionsUrlAny URLWebSocket RPC endpoint
indexerApiEndpointAny URLUmbra indexer API base URL (required for UTXO commands)
deferMasterSeedSignaturetrue, falseDelay the master seed signing prompt until first use
activeUserAny user nameActive user (prefer user use for this)

Examples

umbra config set network mainnet
umbra config set rpcUrl https://rpc.helius.xyz/?api-key=YOUR_KEY
umbra config set rpcSubscriptionsUrl wss://rpc.helius.xyz/?api-key=YOUR_KEY
umbra config set indexerApiEndpoint https://indexer.api.umbraprivacy.com
umbra config set deferMasterSeedSignature true

Output

✓ network = mainnet

See also