Skip to content

Latest commit

History

History
35 lines (27 loc) 路 899 Bytes

File metadata and controls

35 lines (27 loc) 路 899 Bytes

Affiliate-Tracker

Welcome to Azuro!

Please add your frontend name and affiliate wallet address to the config.json file. This helps us provide you with tailored information on statistics and resolve any issues more efficiently.

Please use the following format for your entries:

{
  "wallet": "your_wallet_address",
  "frontendName": "your_frontend_name"
}

The overall structure of the config.json file should be an array of such entries, as shown below:

[
  // existing entries
  {
    "wallet": "existing_wallet_address",
    "frontendName": "existing_frontend_name"
  },
  // your new entry
  {
    "wallet": "your_wallet_address",
    "frontendName": "your_frontend_name"
  }
]

Thank you for your contribution! If you have questions or need assistance with anything concerning Azuro, find us on Discord.