acropolis 0.2.0

UNDER CONSTRUCTION: A safe local-first Rust Cardano node scaffold.
Documentation
# UNDER CONSTRUCTION

Acropolis is an under-construction Rust Cardano node project. It is not production-ready and must not be used to manage funds, produce blocks, submit transactions, or operate a blockchain node.

## Safety Status

- Default commands are local and non-mutating.
- Mainnet contact is blocked.
- Production ledger, sync, forging, storage, and peer-to-peer behavior are incomplete.
- Live testnet behavior is limited to explicitly enabled, bounded probe commands.
- No credentials, keys, tokens, user sessions, or local machine paths are included in the published package.

## Package Identity

- Name: Acropolis
- Purpose: under-construction Cardano node and blockchain tooling
- Authors: Trevor Knott and Knott Dynamics
- Rust crate: `acropolis`

Review `README.md` for safe local commands and current limitations.