بنقرة واحدة
deploy-local
Deploy smart vault contracts to a local Anvil fork
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deploy smart vault contracts to a local Anvil fork
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Build all project components (Solidity contracts and Rust WASM)
Check the health and state of a deployed SmartVault by querying on-chain data
DeFi conventions, decimal handling, and protocol integration patterns used in this project. Load when working with token amounts, price conversions, or protocol interactions.
Run the full end-to-end integration test suite
Run all linting and formatting checks across the project
Deep-dive review of the Solidity smart contract architecture
| 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):
task services:start-all or check port 8545).env must exist with FUNDED_KEY and RPC_URL=http://127.0.0.1:8545Steps:
cast chain-id --rpc-url http://127.0.0.1:8545forge buildpnpm deploy:smart-vaultFor full stack deployment (WASM + IPFS + operator + contracts):
pnpm deploy:full