Metadata-Version: 2.4
Name: adaup
Version: 0.1.0
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
Requires-Dist: tqdm
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Cardano Node Configuration

This repository contains the setup and configuration for running a Cardano node.

## Directory Structure

For each network, there will be a dedicated folder under `~/.cardano`. The directory structure is organized as follows:

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

### Networks

- **mainnet**: Configuration and data for the Cardano main network.
- **preview/preprod**: Configuration and data for Cardano test networks.
