1.0.0 • Published 8 months ago

application-deployer v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Solid MFSSIA

Orbit configuration

{
  "npm": [
    {
      "package": "@startinblox/component-mfssia",
      "version": "latest"
    }
  ],
  "components": [
    {
      "defaultRoute": true,
      "type": "mfssia",
      "parameters": {
        "apiSrc": "http://localhost:3000"
      },
      "route": "mfssia",
      "experimental": ["routing", "menu"]
    }
  ]
}

Replace components[].parameters.apiSrc with your MFSSIA API for the iExec oracles.

Developpers

Installation:

npm install

Build with:

npm run build
# npm run serve

Dev mode:

npm run watch