fix: ARCHITECTURE.md missing tools/ directory entry (#561)
This commit is contained in:
parent
5e72533b3e
commit
b5cf1ea600
1 changed files with 4 additions and 0 deletions
|
|
@ -126,6 +126,10 @@ harb/
|
||||||
├── kraiken-lib/ # Shared TypeScript helpers (bigint math, ABIs, encoding) for frontend and indexer
|
├── kraiken-lib/ # Shared TypeScript helpers (bigint math, ABIs, encoding) for frontend and indexer
|
||||||
│ └── src/ # abis, format, ids, position, snatch, staking, subgraph, taxRates, version
|
│ └── src/ # abis, format, ids, position, snatch, staking, subgraph, taxRates, version
|
||||||
├── containers/ # Docker configs, entrypoints
|
├── containers/ # Docker configs, entrypoints
|
||||||
|
├── tools/ # Developer utilities
|
||||||
|
│ ├── push3-transpiler/ # Compiles Push3 programs to Solidity Optimizer
|
||||||
|
│ ├── push3-evolution/ # Evolutionary optimizer: fitness, mutation, seed generation
|
||||||
|
│ └── deploy-optimizer.sh # Script to deploy a new Optimizer version
|
||||||
├── docs/ # This file, PRODUCT-TRUTH.md
|
├── docs/ # This file, PRODUCT-TRUTH.md
|
||||||
└── .woodpecker/ # CI pipeline configs
|
└── .woodpecker/ # CI pipeline configs
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue