Archive legacy status docs and canonicalize genesis entrypoints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user