nil wallet new
Description
Create a new wallet with some initial balance on the cluster
Usage
nil wallet new [flags]
Regular Flags
Name | Type | Description |
---|---|---|
--amount | value | The initial balance (capped at 10'000'000). The deployment fee will be subtracted from this balance (default 100000000) |
--fee-credit | value | The fee credit for wallet creation. If set to 0, it will be estimated automatically (default 0) |
-h , --help | boolean | help for new |
--salt | boolean | Uint256 The salt for the wallet address calculation |
--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) |