Skip to content

sozo system

system is used to interact with a World's systems. It is useful for querying about a system's information.

USAGE

sozo system <COMMAND>
 
Commands:
  get         Get the class hash of a system.
  dependency  Retrieve the component dependencies of a system.

SUBCOMMANDS

get

Get the class hash of a system

sozo system get <NAME>
Arguments

NAME
ย ย ย ย The name of the system

dependency

Retrieve the component dependencies of a system

sozo system dependency <NAME>
Arguments

NAME
ย ย ย ย The name of the system

OPTIONS

World Options

{{#include ../common/world-options.md}}

Starknet Options

{{#include ../common/starknet-options.md}}

EXAMPLES

  1. Get the class hash of the spawn system
sozo system get spawn
  1. Get the component dependencies of the spawn system
sozo system dependency spawn