https://github.com/casper-network/cctl
Bash application to work with a local casper-node network.
https://github.com/casper-network/cctl
Last synced: 5 months ago
JSON representation
Bash application to work with a local casper-node network.
- Host: GitHub
- URL: https://github.com/casper-network/cctl
- Owner: casper-network
- License: mit
- Created: 2024-01-19T16:28:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T13:24:20.000Z (over 1 year ago)
- Last Synced: 2024-12-06T19:06:36.762Z (over 1 year ago)
- Language: Shell
- Size: 346 KB
- Stars: 4
- Watchers: 7
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cctl
===============
Bash application to work with a **local** casper-node network. Stripped down sucessor to nctl.
What is cctl ?
--------------------------------------
cctl is a bash utility that allows a developer to work with a local casper-node network.
Why cctl ?
--------------------------------------
Developers & community users need to spin up small local throwaway networks.
Who uses cctl ?
--------------------------------------
CSPR network community. This encompasses developers, validators, evaluators ... etc.
Setup
--------------------------------------
See [here](docs/setup.md) for setup details.
Usage
--------------------------------------
See [here](docs/usage.md) for usage details.
Installation
--------------------------------------
To install upon a virtual machine execute the one step install script.
```
curl https://github.com/casper-network/cctl/blob/main/installer | bash
```