Lisk interactive REPL session to run commands.
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