18 lines
383 B
Markdown
18 lines
383 B
Markdown
|
|
# scripts/deployment/deploy-all.sh
|
||
|
|
|
||
|
|
Deploy All - Complete deployment automation for ChainID 138
|
||
|
|
This script automates the entire deployment process including infrastructure, contracts, and MetaMask integration
|
||
|
|
|
||
|
|
|
||
|
|
**Uses common library**: yes
|
||
|
|
|
||
|
|
**Has --help**: yes
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
`./scripts/deployment/deploy-all.sh --help`
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
```bash
|
||
|
|
./scripts/deployment/deploy-all.sh --help
|
||
|
|
```
|