OS
Commands to interact with the OS ADOs.
Available Commands
Address
Returns the address of the kernel used by the chain.
Usage
os addressExample
? mainnet-1@andromeda-1> os address
andr1jedn7tuc76u6e8csy74uts5wy2yf9d0mmp8xsjnn23ju8qj3cuyqxzj45u
? mainnet-1@andromeda-1> () ADODB
Address
Gets the address of the deployed ADO database for the chain.
Usage
Example
Execute
Execute a message on the adodb.
Most execute messages on the ADODB are restricted to the owner.
Usage
Example
Then select the message you want to execute.
GetCodeId
Returns the code id used for the specified ADO type.
Usage
Example
Query
Perform a query on the adodb.
Usage
Example
Then select the query you want to perform.
Execute
Perform and execute message on the Kernel used by the chain.
Most execute messages on the Kernel are restricted to the owner of the ADO.
Usage
Example
Then select the execute message you want to perform.
Key
Queries the address associated to the provided key from the Kernel. This is used to get the OS ADO addresses associated to the kernel.
The keys that can be used are "vfs", "adodb", and "economics".
Usage
Example
Query
Perform a query on the kernel.
Usage
Example
Then select the query you want to perform.
VFS
Interact with the VFS ADO used by the connected chain.
Address
Gets the address of the deployed VFS for the chain.
Usage
Example
Execute
Execute a message on the VFS.
Usage
Example
Then select the message you want to execute.
Paths
Queries the paths that resolve to the specified address.
Usage
Example
Query
Perform a query on the VFS.
Usage
Example
Then select the query you want to perform.
Was this helpful?