Module @ckb-lumos/runner

@ckb-lumos/runner

This package provides a JavaScript interface for interacting with the CKB related released binaries.

Example

import { ckb, download } from '@ckb-lumos/runner'

await download(ckb.getReleaseUrl(), 'path/to/a/directory')
const ckbBinaryPath = ckb.findBinaryPath('path/to/a/directory')

ckb.generateConfigSync(ckbBinaryPath, { ckbPort: 8114 })
spawn(ckbBinaryPath, ['--help'])

Index

Namespaces

Functions

Generated using TypeDoc