nil wallet deploy
Description
Deploy the smart contract with the specified hex-bytecode from stdin or from file
Usage
nil wallet deploy [path to file] [args...] [flags]
Regular Flags
Name | Type | Description |
---|---|---|
--abi | string | The path to the ABI file |
--amount | value | The amount of default tokens to send |
--compile-input | string | The path to the JSON file with the compilation input. Contract will be compiled and deployed on the blockchain and the Cometa service |
--currency | value | The amount of contract currency to generate. This operation cannot be performed when the "no-wait" flag is set |
-h , --help | boolean | help for deploy |
--no-wait | boolean | Define whether the command should wait for the receipt |
--salt | boolean | Uint256 The salt for the deploy 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) |