Commit 8061a32
committed
docs(contracts): update DEVELOPER_GUIDE with current architecture
Added comprehensive documentation updates to reflect the current state of the
deployment scripts architecture:
- Architecture Overview: Explains modular separation of
infrastructure/domain/workflows
- Signer-Based API: Clarifies ethers.Signer usage and TypeChain
integration
- Quick Start CLI: Added Hardhat and Standalone deployment modes with
network options
- Complete Deployment Workflows: Added workflow examples for
deploySystemWithNewBlr and deploySystemWithExistingBlr
- Resumable Deployments: Documented checkpoint-based deployment
resumption
- Registry System: Updated with multi-registry support for custom
facets
- Advanced Topics: Added error handling patterns, custom registry
generation, and infrastructure extensibility
- Parameter Updates: Reflected createFundConfiguration parameter
changes (DEFAULT_BATCH_SIZE, confirmations)
The documentation now accurately reflects:
- Registry as internal lookup mechanism (not passed as parameter)
- Signer-based API (no legacy Provider pattern)
- Full TypeChain type safety throughout
- Current facet batch deployment capabilities
Signed-off-by: Miguel_LZPF <miguel.carpena@io.builders>1 parent 0a0f427 commit 8061a32
File tree
2 files changed
+441
-10
lines changed- .changeset
- packages/ats/contracts/scripts
2 files changed
+441
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments