Skip to content

Latest commit

 

History

History
71 lines (34 loc) · 1.06 KB

tryorama.conductor.installapp.md

File metadata and controls

71 lines (34 loc) · 1.06 KB

Home > @holochain/tryorama > Conductor > installApp

Conductor.installApp() method

Install an application into the conductor.

Signature:

installApp(appBundleSource: AppBundleSource, options?: AppOptions): Promise<import("@holochain/client").AppInfo>;

Parameters

Parameter

Type

Description

appBundleSource

AppBundleSource

The bundle or path to the bundle.

options

AppOptions

(Optional) AppOptions for the hApp bundle (optional).

**Returns:**

Promise<import("@holochain/client").AppInfo>

An agent app with cells and conductor handle.