Skip to main content

nil wallet new

Description

Create a new wallet with some initial balance on the cluster

Usage

nil wallet new [flags]

Regular Flags

NameTypeDescription
--amountvalueThe initial balance (capped at 10'000'000). The deployment fee will be subtracted from this balance (default 100000000)
--fee-creditvalueThe fee credit for wallet creation. If set to 0, it will be estimated automatically (default 0)
-h, --helpbooleanhelp for new
--saltbooleanUint256 The salt for the wallet address calculation
--shard-idshardidSpecify the shard ID to interact with (default 1)

Global Flags

NameTypeDescription
-c, --configstringThe path to the config file (default "/build/.config/nil/config.ini")
-l, --log-levelstringLog level: trace
-q, --quietbooleanQuiet mode (print only the result and exit)
-v, --verbosebooleanVerbose mode (print logs)