https://github.com/casper-network/casper-node-launcher-js
https://github.com/casper-network/casper-node-launcher-js
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casper-network/casper-node-launcher-js
- Owner: casper-network
- Created: 2023-06-07T14:43:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T12:25:19.000Z (over 1 year ago)
- Last Synced: 2025-10-19T23:18:02.635Z (8 months ago)
- Language: TypeScript
- Size: 406 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# casper-node-launcher-js
The npm library makes easy to run casper node for test purpose.
> Only Linux supported currently
[](https://oclif.io)
[](https://npmjs.org/package/casper-node-launcher-js)
[](https://github.com/casper-network/casper-node-launcher/blob/main/package.json)
[](https://gitpod.io/from-referrer/)
## Usage
- Install library
```sh
npm install -g casper-node-launcher-js
```
- Run a single node (from the lastest release)
```sh
casper-node-launcher-js node
```
## Commands
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
```
## Troubleshoot
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
```