1.0.2 • Published 8 months ago

@startinblox/component-reputable v1.0.2

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

Solid Reputable

Orbit configuration

{
  "npm": [
    {
      "package": "@startinblox/component-reputable",
      "version": "latest"
    }
  ],
  "components": [
    {
      "type": "reputable",
      "parameters": {
        "apiSrc": "https://cdn.skypack.dev/@startinblox/component-reputable/dist/example-ok.json"
      },
      "route": false
    },
    {
      "type": "directory",
      # ...
      "parameters": {
        "list-extra-fields": "seller_id",
        "list-widget-seller_id": "solid-reputable-seller",
        "list-class-seller_id": "send-display",
        "route-chat": false
        # ...
      },
      # ...
    }
  ]
}

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

Developpers

Installation:

npm install

Build with:

npm run build
# npm run serve

Dev mode:

npm run watch