con un clic
build
Build all project components (Solidity contracts and Rust WASM)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Build all project components (Solidity contracts and Rust WASM)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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.
Deploy smart vault contracts to a local Anvil fork
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 | build |
| description | Build all project components (Solidity contracts and Rust WASM) |
| disable-model-invocation | true |
| argument-hint | [contracts|rust|all] |
Build project components.
If $ARGUMENTS is "contracts" or "solidity": run forge build
If $ARGUMENTS is "rust" or "wasm": run task build:wasi
Otherwise (no args or "all"): run both forge build and task build:wasi
Report any compilation errors with file paths and line numbers.
Build outputs:
contracts/out/ (ABI JSON + bytecode)compiled/*.wasm