Function deploy_tangle

Source
pub async fn deploy_tangle(
    http_rpc_url: String,
    ws_rpc_url: String,
    package: Option<String>,
    devnet: bool,
    keystore_path: Option<PathBuf>,
    manifest_path: PathBuf,
) -> Result<(), Report>
Expand description

Deploy a blueprint to the Tangle

ยงErrors

Returns a color_eyre::Report if an error occurs during deployment.