Skip to main content

Crate o2_deploy

Crate o2_deploy 

Source
Expand description

Contract deployment logic for the Fuel O2 exchange.

This crate extracts the core deploy workflow from the api package, making it reusable from both the API binary and the standalone o2-deploy CLI.

Structs§

DeployParams
Parameters for a deploy invocation.
MarketsConfigOutput
MarketsConfigPartial
OwnershipTransferOptions

Functions§

deploy
Deploy (or upgrade) the full set of O2 contracts.
load_config_from_file
Load a JSON config file, returning T::default() when the path is empty.