0.1.2 • Published 2 months ago

@darwinia/ormpipe-cli v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

ormpipe

darwinia ormp protocol relay program

Usage

$ npm install -g @darwinia/ormpipe-cli
$ ormpipe COMMAND
running command...
$ ormpipe (--version)
@darwinia/ormpipe-cli/0.1.2 linux-x64 node-v18.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 --endpoint <value> --address-ormp <value> --address-oracle <value> --address-relayer
    <value> --address-msgline <value> --target-chain-id <value> [--signer]

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

FLAGS
  --address-msgline=<value>  (required) [default: 0x0000000005d961F950adA391C1511c92bbc64D9F] message line contract
                             address
  --address-oracle=<value>   (required) [default: 0x0000000003ebeF32D8f0ED406a5CA8805c80AFba] ormp oracle address
  --address-ormp=<value>     (required) [default: 0x00000000001523057a05d6293C1e5171eE33eE0A] ormp contract address
  --address-relayer=<value>  (required) [default: 0x0000000000808fE9bDCc1d180EfbF5C53552a6b1] ormp relayer address
  --endpoint=<value>         (required) source chain endpoint
  --signer                   signer interactively
  --target-chain-id=<value>  (required) target chain id

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