Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 987 Bytes

File metadata and controls

29 lines (22 loc) · 987 Bytes

The app resolution object

The app resolution object appears within an Interbit manifest file. It describes the resolved configuration for an Interbit application, describing which blockchain should load the application, the filesystem path to the built application, and the blockchains that the browser nodes should load.

{% include "app.json" %}

Properties

appChain String

The alias of the blockchain that should load the application.

buildLocation String

The filesystem path to the directory containing the built application. When the manifest is built from configuration, the application’s index.html is updated to include the list of peers and blockchain IDs that the application should interact with (stored in a DOM element with id="interbit").

browserChains Array

The list of blockchain alias names that the browser nodes should load.