Metadata-Version: 2.1
Name: csc-docker-pool
Version: 0.1.dev40
Summary: Add a short description here!
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: maso
Author-email: mostafa.barmshory@gmail.com
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Project-URL: Source, https://github.com/genz-bank/csc-docker-pool
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE.txt

# CSC Docker tools

CSC Docker is a simple CLI tool to manage relay and staking node in
CSC network. 
There are many common scenarios in CSC node management and this tool
makes them easy.

## Requirenment

- Docker
- Python

## Getting start

	pip install csc-docker-tool
	genz-docker-cetd relay init --name main
	genz-docker-cetd relay run --name main
	
	genz-docker-cetd staking init --name main-staking
	genz-docker-cetd staking run --name main-staking


