estimate_deployment_cost
Calculate the storage cost for a NEAR WASM contract deployment before committing. Specify a file path, base64 bytes, or size to get an upfront cost estimate.
Instructions
Calculate the storage cost for deploying a WASM contract before actually deploying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wasm_path | No | Path to the compiled WASM file | |
| wasm_base64 | No | Alternative: Base64-encoded WASM bytes | |
| wasm_size_bytes | No | Alternative: Provide WASM size directly in bytes |