Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.23 KB

nctl

CLI application to setup & control multiple local Casper networks. It is NOT intended for use in production networks. It is for TESTING ONLY

What is nctl ?

nctl stands for n[etwork|ode] control. Its goal is to simplify localised control of a test Casper network.

Why nctl ?

Many developers & community users will wish to spin up relatively small test networks in a localised setting. Adopting a standardised approach is thus helpful.

Who uses nctl ?

CSPR network community. This encompasses developers, validators, evaluators ... etc.

Requirements

- python3 + pip
- make
- cargo
- bash
- jq (bash utility library for parsing json)

Plus the requirements to build casper-node

Setup

See here for setup details.

Commands

See here for command details.

Usage

See here for usage details.