Metadata-Version: 2.1
Name: adaup
Version: 0.1.3
Summary: A Python package for interacting with Cardano.
Home-page: https://github.com/dquadrant/kuber
Author: Sudip Bhattarai
Author-email: sudip@bhattarai.me
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Cardano Node Configuration

This repository contains the code to setup and configure cardano and hydra nodes for different networks.

## Generated Directory Structure

For each network, adaup will generate following directory structure in the `$HOME/.cardano` directory.

```
$HOME/
└── .cardano
    ├── bin
    │   └── ... # common binary files cardano-node, cardano-cli, hydra-node etc.
    ├── mainnet
    │   │── configuration
    │   │── db
    │   │── hydra-{index}  
    │   └── ...  
    ├── preview
    │   └── ...
    ├── preprod
    │   └── ...
```
