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§
- Deploy
Params - Parameters for a deploy invocation.
- Markets
Config Output - Markets
Config Partial - Ownership
Transfer Options
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.