OS

Commands to interact with the OS ADOs.

Available Commands

Command
Description

Gets the current address for Kernel.

Allows interacting with the ADO database.

Executes a message on the kernel.

Query an address used by the kernel.

Query on the Kernel itself.

Allows interacting with the VFS ADO.

Address

Returns the address of the kernel used by the chain.

Usage

os address

Example

? 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.

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.

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.

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?