Socket
Book a DemoInstallSign in
Socket

@darwinia/ormpipe-cli

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darwinia/ormpipe-cli

ormp relay cli

latest
npmnpm
Version
0.2.0
Version published
Maintainers
5
Created
Source

ormpipe

darwinia ormp protocol relay program

  • Usage
  • Commands

Usage

$ npm install -g @darwinia/ormpipe-cli
$ ormpipe COMMAND
running command...
$ ormpipe (--version)
@darwinia/ormpipe-cli/0.2.0 linux-x64 node-v20.19.1
$ ormpipe --help [COMMAND]
USAGE
  $ ormpipe COMMAND
...

Commands

ormpipe help [COMMANDS]

Display help for ormpipe.

USAGE
  $ ormpipe help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for ormpipe.

See code: @oclif/plugin-help

ormpipe integration NAME

describe the command here

USAGE
  $ ormpipe integration NAME --from <value> --to <value> --address-ormp <value> --address-oracle <value>
    --address-relayer <value> --address-msgport <value> --version <value> [--endpoint <value>] [--signer]
    [--source-chain-id <value>] [--target-chain-id <value>]

ARGUMENTS
  NAME  (withdraw|send-message|send-message-ormp|send-message-msgport) integration test name

FLAGS
  --address-msgport=<value>  (required) [default: 0x2cd1867Fb8016f93710B6386f7f9F1D540A60812] message port contract
                             address
  --address-oracle=<value>   (required) [default: 0xB49E82067a54b3E8c5D9Db2f378FdB6892C04D2E] ormp oracle address
  --address-ormp=<value>     (required) [default: 0x13b2211a7cA45Db2808F6dB05557ce5347e3634e] ormp contract address
  --address-relayer=<value>  (required) [default: 0x114890eB7386F94eae410186F20968bFAf66142a] ormp relayer address
  --endpoint=<value>         source chain endpoint
  --from=<value>             (required) source chain
  --signer                   signer interactively
  --source-chain-id=<value>  source chain id
  --target-chain-id=<value>  target chain id
  --to=<value>               (required) target chain
  --version=<value>          (required) [default: 2] ormp version

DESCRIPTION
  describe the command here

EXAMPLES
  $ ormpipe integration

See code: dist/commands/integration.ts

ormpipe oracle

ORMP oracle relay

USAGE
  $ ormpipe oracle --enable-pair <value> [-d <value>] [-c <value>] [--mainly]

FLAGS
  -c, --config=<value>      [default: config.json] config file path
  -d, --data-path=<value>   [default: /home/runner/.ormpipe] data path
  --enable-pair=<value>...  (required) enable delivery pair
  --mainly                  mainly node

DESCRIPTION
  ORMP oracle relay

EXAMPLES
  $ ormpipe oracle

See code: dist/commands/oracle.ts

ormpipe relayer

ORMP relayer relay

USAGE
  $ ormpipe relayer --enable-pair <value> [-d <value>] [-c <value>]

FLAGS
  -c, --config=<value>      [default: config.json] config file path
  -d, --data-path=<value>   [default: /home/runner/.ormpipe] data path
  --enable-pair=<value>...  (required) enable delivery pair

DESCRIPTION
  ORMP relayer relay

EXAMPLES
  $ ormpipe relayer

See code: dist/commands/relayer.ts

Keywords

darwinia

FAQs

Package last updated on 13 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts