@darwinia/ormpipe-cli
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

ormpipe

darwinia ormp protocol relay program

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

Readme

Keywords

Package Sidebar

Install

npm i @darwinia/ormpipe-cli

Weekly Downloads

33

Version

0.2.0

License

MIT

Unpacked Size

40.7 kB

Total Files

20

Last publish

Collaborators

  • hackfisher
  • lowoee
  • wi1dcard
  • aki.wu
  • jayjay1024