Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 592 Bytes

console.md

File metadata and controls

26 lines (18 loc) · 592 Bytes

lisk-core console

Lisk interactive REPL session to run commands.

lisk-core console

Lisk interactive REPL session to run commands.

USAGE
  $ lisk-core console

OPTIONS
  --api-ipc=api-ipc  Enable api-client with IPC communication.
  --api-ws=api-ws    Enable api-client with Websocket communication.

EXAMPLES
  console
  console --api-ws=ws://localhost:8080
  console --api-ipc=/path/to/server

See code: dist/commands/console.ts