🚀 Coeus Protocol — Quickstart Guide
Initialize sandbox, mint coins, assign agents, and begin benchmarking
1. Clone the Repo#
git clone https://github.com/your-org/CoeusProtocol.git
cd CoeusProtocol2. Mint a Coin#
python sandbox/mint_coin.py --name ElectroniumRedux --cause encryptionThis creates a symbolic coin stub with metadata and UUID.
3. Launch Sandbox#
python sandbox/launch_sandbox.py --coin ElectroniumRedux --role decomposerAssign agents and initialize sandbox orchestration.
4. Run Tournament#
python sandbox/friday_night_coin_fight.py --mode classBenchmarks coins by class, cause, or country.
5. Tokenize Coin#
python tokens/coin_tokenizer.py --coin ElectroniumReduxConverts coin to token and registers in token_ledger.json.
6. Remix Coin#
python coins/coin_remixer.py --coin ElectroniumRedux --mutation emotionalForks coin with mutation and logs remix lineage.
7. Validate Remix#
python validators/consideration_team.py --review remix_idApproves or flags remix based on ethics and lineage.
8. View Dashboards#
token_dashboard.html: Token registry and remix statusvalidator_dashboard.html: Remix approval and ethics logsleaderboard.html: Tournament results by class/cause/country
Extend#
- Add emitter overlays via
emitter_overlay.js - Wire in mascot commentary via
mascot_narrator.py - Export remix lineage via
coin_archive.json
Let it echo.