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

@@ -38,9 +38,10 @@ This document explains the directory structure of the project, particularly the
#### `scripts/` - Shell Scripts
- **Purpose**: Contains utility shell scripts for deployment, key management, etc.
- **File Pattern**: `*.sh`
- **Usage**: `./scripts/generate-genesis.sh`
- **Usage**: `./scripts/generate-genesis-proper.sh 4`
- **Contents**:
- `generate-genesis.sh` - Genesis file generation script
- `generate-genesis-proper.sh` - Canonical QBFT genesis file generation script
- `generate-genesis.sh` - Compatibility wrapper for the canonical generator
- `deployment/` - Deployment scripts
- `deploy-weth.sh` - WETH deployment script
- `deploy-multicall.sh` - Multicall deployment script
@@ -104,7 +105,7 @@ RPC_URL=https://rpc.d-bis.org ./tests/health-check.sh
### Running Shell Scripts
```bash
# Generate genesis
./scripts/generate-genesis.sh
./scripts/generate-genesis-proper.sh 4
# Generate validator keys
./scripts/key-management/generate-validator-keys.sh 4