Home > @holochain/tryorama > Conductor
A class to manage a conductor running on localhost.
Signature:
export declare class Conductor implements IConductor
Implements: IConductor
Method |
Modifiers |
Description |
---|---|---|
Get all Admin API methods. | ||
Attach a web socket to the App API. | ||
Connect a web socket to the App API, | ||
|
Factory to create a conductor. | |
Get the path of the directory that contains all files and folders of the conductor. | ||
Install an app for multiple agents into the conductor. | ||
Install an application into the conductor. | ||
Close Admin and App API connections and kill the conductor process. | ||
Start the conductor and establish a web socket connection to the Admin API. |