Archive legacy status docs and canonicalize genesis entrypoints

This commit is contained in:
defiQUG
2026-04-13 21:45:16 -07:00
parent 7517869ea6
commit 79750d92e6
288 changed files with 757 additions and 1066 deletions

View File

@@ -150,7 +150,7 @@ if [ -f "config/genesis.json" ] || [ -f "genesis.json" ]; then
SUCCESS=$((SUCCESS + 1))
else
log_error "❌ Genesis file not found"
echo " Generate with: ./scripts/generate-genesis.sh"
echo " Generate with: ./scripts/generate-genesis-proper.sh 4"
ERRORS=$((ERRORS + 1))
fi