JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32
  • Score
    100M100P100Q25888F
  • License MIT

The Orakl Network CLI

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bisonai/orakl-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Orakl Network CLI

    The Orakl Network CLI is a tool to configure and manage the Orakl Network. To learn more about the Orakl Network CLI, visit Orakl Network CLI documentation page.

    Development

    yarn install
    yarn build

    Test

    yarn test

    Lint

    yarn lint

    Environment Variables

    The Orakl Network CLI needs to communicate with other Orakl Network services (Orakl Network API, Orakl Network Fetcher, and Orakl Network Delegator) to function properly. The services are expected to be launched before using the Orakl Network CLI. The Orakl Network CLI tries to connect to the required services with URL environment variables.

    • ORAKL_NETWORK_API_URL
    • ORAKL_NETWORK_DELEGATOR_URL
    • LISTENER_SERVICE_HOST
    • LISTENER_SERVICE_PORT
    • WORKER_SERVICE_HOST
    • WORKER_SERVICE_PORT
    • REPORTER_SERVICE_HOST
    • REPORTER_SERVICE_PORT

    Publishing

    The @bisonai/orakl-cli package is published through Github Actions pipeline when the version the package specified in package.json changes.

    The package is published at NPM registry.

    License

    MIT