nil contract address
Description
Calculate the address of a smart contract by the specified hex-bytecode from stdin or from a file
Usage
nil contract address [path to file] [args...] [flags]
Regular Flags
Name | Type | Description |
---|---|---|
--abi | string | The path to the ABI file |
-h , --help | boolean | help for address |
--salt | boolean | Uint256 The salt for the 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) |