| name | deploy-local |
| description | Deploy smart vault contracts to a local Anvil fork |
| disable-model-invocation | true |
Deploy the smart vault contracts to a local Anvil fork.
Prerequisites (check these first):
- Anvil must be running (
task services:start-all or check port 8545)
.env must exist with FUNDED_KEY and RPC_URL=http://127.0.0.1:8545
Steps:
- Verify Anvil is running:
cast chain-id --rpc-url http://127.0.0.1:8545
- Build contracts:
forge build
- Deploy:
pnpm deploy:smart-vault
- Display the deployed addresses
For full stack deployment (WASM + IPFS + operator + contracts):
pnpm deploy:full