Socket
Book a DemoInstallSign in
Socket

@morpho-dev/router-cli

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morpho-dev/router-cli

CLI to run a router that listens to offers added to a remote mempool.

0.0.17
latest
Source
npmnpm
Version published
Weekly downloads
724
173.21%
Maintainers
4
Weekly downloads
 
Created
Source

@morpho-dev/router-cli

Status: Alpha – this CLI is under active development and interfaces/behavior are subject to change.

CLI to run a router that serves offers and performs validations.

Install

  • Global install
pnpm add -g @morpho-dev/router-cli
  • One-off (no install)
pnpx @morpho-dev/router-cli --help
# or
pnpm dlx @morpho-dev/router-cli --help

Running router api

Use router-cli to run a local Router server:

  • Router starts on http://localhost:7891 by default
  • Seed random offers with --seed for testing
  • Enable validation with --validation flag
  • Load offers from JSON file with --file
  • Start a local UI alongside the Router with --ui

Examples:

# Router with seeded random offers and UI
router-cli start --seed 100 --ui 

# Router with validation enabled
router-cli start --validation

# Router with offers loaded from file
router-cli start --file offers.json

# Router with custom port
router-cli start --router-port 8080

Standalone UI

You can also run the UI without starting a local Router server, pointing it to any Router endpoint.

  • By default, it targets the staging Router URL.
  • Override the target with --router-url.
# UI against default remote Router (https://router.morpho.dev)
router-cli ui

# UI against a custom Router endpoint (e.g., local)
router-cli ui --router-url http://localhost:7891

The Router API is available at http://localhost:7891 (or your custom port) and supports the same endpoints as the production Router.

CLI reference

Global

Usage: router-cli [options] [command]

CLI to run Router and ingest offers from a remote Mempool

Options:
  --store <type>            (choices: "memory", "pglite", default: "memory",
                           env: ROUTER_STORE)
  --router-port <n>         (default: 7891, env: ROUTER_PORT)
  --chain-id <id>           (default: 1, env: CHAIN_ID)
  --mainnet-rpc-url <url>   (default: "https://mainnet.gateway.tenderly.co",
                           env: MAINNET_RPC_URL)
  --base-rpc-url <url>      (default: "https://base.gateway.tenderly.co", env:
                           BASE_RPC_URL)
  -V, --version            output the version number
  -h, --help               display help for command

Commands:
  start [options]
  export [options]         Export offers from a Router endpoint to stdout or
                           file
  validate [options]       Validate offers from a JSON file and print statuses
  tunnel [options]         Expose the local Router via ngrok
  healthcheck [options]    Check environment & connectivity: RPCs, Router
  match [options]          Match offers via Router API
  sync [options]           Sync offers from a remote Router into the local
                           store, then serve locally
  ui [options]             Start UI against a Router endpoint
  mempool [options]        Start a local chain with the mempool contract
  help [command]           display help for command

start

Usage: router-cli start [options]

Options:
  --seed <n>     Seed random offers to router
  --file <path>  Seed offers from a JSON file
  --validation   Perform offer validation (default: false)
  --ui           Start minimal UI (default: false)
  -h, --help     display help for command

export

Usage: router-cli export [options]

Export offers from a Router endpoint to stdout or file

Options:
  --router-url <url>    (default: "https://router.morpho.dev", env: ROUTER_URL)
  --out <path>          (default: "router-export.jsonl", env: EXPORT_OUT)
  --format <fmt>        (choices: "json", "jsonl", default: "jsonl")
  --status <statuses>   (env: EXPORT_STATUS)
  --pretty              (default: false)
  -h, --help           display help for command

validate

Usage: router-cli validate [options]

Validate offers from a JSON file and print statuses

Options:
  --file <path>
  --out <path>
  -h, --help     display help for command

tunnel

Usage: router-cli tunnel [options]

Expose the local Router via ngrok

Options:
  --router-port <n>           (default: 7891, env: ROUTER_PORT)
  --ngrok-authtoken <token>   (env: NGROK_AUTHTOKEN)
  -h, --help                 display help for command

healthcheck

Usage: router-cli healthcheck [options]

Check environment & connectivity: RPCs, Router

Options:
  --router-url <url>   (default: "https://router.morpho.dev", env: ROUTER_URL)
  --json               (default: false)
  -h, --help          display help for command

match

Usage: router-cli match [options]

Match offers via Router API

Options:
  --router-url <url>    (default: "https://router.morpho.dev", env: ROUTER_URL)
  --side <side>         (choices: "buy", "sell")
  --status <statuses>   (env: MATCH_STATUS)
  --limit <n>           (default: 20)
  --cursor <cursor>     (env: MATCH_CURSOR)
  --out <path>          (env: MATCH_OUT)
  --format <fmt>        (choices: "json", "jsonl", default: "json")
  --pretty              (default: false)
  -h, --help           display help for command

sync

Usage: router-cli sync [options]

Sync offers from a remote Router into the local store, then serve locally

Options:
  --router-url <url>   (default: "https://router.morpho.dev", env:
                      REMOTE_ROUTER_URL)
  -h, --help          display help for command

ui

Usage: router-cli ui [options]

Start UI against a Router endpoint

Options:
  --router-url <url>   (default: "https://router.morpho.dev", env: ROUTER_URL)
  -h, --help          display help for command

mempool

Usage: router-cli mempool [options]

Start a local chain with the mempool contract

Options:
  --port <port>      (default: 8545, env: MEMPOOL_PORT)
  --fork-url <url>   (default: "https://ethereum-rpc.publicnode.com", env:
                    MEMPOOL_FORK_URL)
  -h, --help        display help for command

FAQs

Package last updated on 28 Aug 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.