Payrock
  • Welcome
  • What is Payrock?
  • How it Works?
  • Development Docs
    • Get Started
    • Setting up Dashboard
    • Creating Wallets
    • Create a Payment
    • Get Payment Status
Powered by GitBook
On this page
  1. Development Docs

Creating Wallets

PreviousSetting up DashboardNextCreate a Payment

Last updated 9 months ago

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:

  1. Gas fee: The one you pay to the blockchain

  2. 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.