Creating Wallets
Last updated
Last updated
The next step is creating zrSign wallets. Without them, you wouldn't be able to request payments.
Wallets are automatically created on your current network. If you wish to change it, you can change your target network from Settings.
Creating a wallet requires 2 kinds of fees:
Gas fee: The one you pay to the blockchain
zrSign fee: It's calculated by estimateFee()
method of the contract.
Creating more wallets may be a great choice for you because if you run out of available wallets, your customers may not be able to pay for an uncertain amount.
Available wallets are types of wallets that are not used in a transaction at the moment.