CLI makes easy to run single casper node for test purpose
npm install casper-node-launcher-jsThe npm library makes easy to run casper node for test purpose.
> Only Linux supported currently




- Install library
``sh`
npm install -g casper-node-launcher-js
- Run a single node (from the lastest release)
`sh`
casper-node-launcher-js node
You can list available commands by running
`sh`
casper-node-launcher-js help
To get help for specific command run casper-node-launcher-js help node
`sh`
casper-node-launcher-js help node
If you have problems with OpenSSL, you need to install OpenSSL
`sh``
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