An open API service indexing awesome lists of open source software.

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.

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
```