anya-core 1.2.0

Enterprise-grade Bitcoin Infrastructure Platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Installer Core

This directory contains the Anya Core unified installer modules and scripts.

## Structure

- `Modules/AnyaInstaller`: PowerShell modules implementing installation routines (cross-platform).
- `Modules/Tests`: Test suites for the installer modules.
- `dashboard.ps1`: Launcher script for the interactive installer dashboard.

## Usage

To launch the installer dashboard (PowerShell Core required):
```powershell
pwsh -File dashboard.ps1
```