Skip to content

Extending the Initial Platform Deployment

The platform installer provides options for installing additional modules on a running Platform Deployment.

Danger

  1. Installation is only allowed from platform version 1.68.0 or newer.
  2. Installation is not allowed if the platform deployment is currently being upgraded.

Install a Module

The following modules can be installed on a running blockchain (see more details below):

  • WASM Deploy (also called PubDeploy)

The README in the platform-dev-runner repository describes how to use the installer. Note that the installer can be run using the --help option to print the usage of the installer.

WASM Deploy

Facilitates deployment of public smart contracts.

Command: install pubdeploy

Browser link: http://<host>:8300/contracts/0197a0e238e924025bad144aa0c4913e46308f9a4d

Public deployment of WASM smart contracts must also be enabled in the Browser Frontend. Modify the configuration file for the Browser Frontend (i.e., browser-frontend.js) by adding the "contractPagePublicDeployment" feature flag