Approving Wallets

In order to provide access to scene analytics to a wallet address , the scene.json file is used to govern access. To grant access to a wallet, assign their wallet in the tags field of your scene.json file with an "atlas" tag as follows:

"tags": [
    "atlas:0xE400A85a6169bd8BE439bB0DC9eac81f19f26843",
    "atlas:0x3fB38CEe8d0BA7Dcf59403a8C397626dC9c7A13B"
    ],

Alternatively, you may opt to grant public access to your scenes using the following in your tags field:

tags = ["atlas:*"],

Last updated