包详细信息

casper-node-launcher-js

casper-network54MIT0.0.3

CLI makes easy to run single casper node for test purpose

oclif, casper, casper node, NCTL

自述文件

casper-node-launcher-js

The npm library makes easy to run casper node for test purpose.

Only Linux supported currently

oclif Version License

Open in Gitpod

Usage

  • Install library

    npm install -g casper-node-launcher-js
    
  • Run a single node (from the lastest release)

    casper-node-launcher-js node
    

Commands

You can list available commands by running

casper-node-launcher-js help

To get help for specific command run casper-node-launcher-js help node

casper-node-launcher-js help node

Troubleshoot

If you have problems with OpenSSL, you need to install OpenSSL

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb # make sure library is compatible with your os.
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb

更新日志

Changelog

All notable changes to casper-js-sdk.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.0.3 - 2023-08-02

Fixed

  • stop command arg parse issue. (#38)

0.0.2 - 2023-08-01

Changed

  • The available versions are fetched from GitHub directly. (#29)

0.0.1 - 2023-7-12

Initial version of casper-node-launcher-js.

Added

  • Started to use CHANGELOG.