Home > @holochain/tryorama > Conductor > installApp
Install an application into the conductor.
Signature:
installApp(appBundleSource: AppBundleSource, options?: AppOptions): Promise<import("@holochain/client").AppInfo>;
Parameter |
Type |
Description |
---|---|---|
appBundleSource |
AppBundleSource |
The bundle or path to the bundle. |
options |
(Optional) AppOptions for the hApp bundle (optional). |
Promise<import("@holochain/client").AppInfo>
An agent app with cells and conductor handle.