octez-client
Verified for current stable LTS
Octez Client Command: Originate Smart Contract With Initial Storage
Use for originate smart contract with initial storage with Octez Client. Exact CLI syntax to originate smart contract with initial storage using Octez Client.
When to use this: Use for originate smart contract with initial storage with Octez Client.
Command Syntax
octez-client originate contract <alias> transferring <0> from <alias|address> running <path/to/source_file.tz> --init "<initial_storage>" --burn_cap <1> octez-client originate contract <alias> transferring <0> from <alias|address> running <path/to/source_file.tz> --init "<initial_storage>" --burn_cap <1> Live Command Builder
Final Command
octez-client originate contract <alias> transferring <0> from <alias|address> running <path/to/source_file.tz> --init "<initial_storage>" --burn_cap <1> Command Breakdown
--init- Command Option
- Tool-specific option used by this command invocation.
--burn_cap- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to originate smart contract with initial storage using Octez Client.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Octez Client Command: Call Smart Contract With Parameter
octez-client transfer <0> from <alias|address> to <contract> --entrypoint "<entrypoint>" --arg "<parameter>" --burn-cap <1> Octez Client Command: Configure Client Connection Tezos Rpc octez-client -E <endpoint> config update Octez Client Command: Create Account With Alias octez-client gen keys <alias> Octez Client Command: Display Help Man octez-client man Octez Client Command: Get Account Balance By Alias Or Address octez-client get balance for <alias_or_address>