nil contract deploy
Description
Deploy a smart contract with the specified hex-bytecode from stdin or from a file
Usage
nil contract deploy [path to file] [args...] [flags]
Regular Flags
Name | Type | Description |
---|---|---|
--abi | string | The path to the ABI file |
--fee-credit | value | The deployment fee credit. If set to 0, it will be estimated automatically (default 1000000) |
-h , --help | boolean | help for deploy |
--no-wait | boolean | Define whether the command should wait for the receipt |
--salt | boolean | Uint256 The salt for deployment message |
--shard-id | shardid | Specify the shard ID to interact with (default 1) |
Global Flags
Name | Type | Description |
---|---|---|
-c , --config | string | The path to the config file (default "/build/.config/nil/config.ini") |
-l , --log-level | string | Log level: trace |
-q , --quiet | boolean | Quiet mode (print only the result and exit) |
-v , --verbose | boolean | Verbose mode (print logs) |