airswap / airswap-nft-marketplace

Reference AirSwap Marketplace Client
12 stars 3 forks source link

205: Demo mode #208

Closed ghost closed 9 months ago

ghost commented 9 months ago

Fixes #205 Fixes #207

Allows you to impersonate any account by filling in the REACT_APP_IMPERSONATE_ADDRESS in the .env.

This allows you to create orders and send them to indexers. All these orders are invalid because you're not the rightful owner of these nft's. But for demo purposes they appear valid.

After creating orders you can exit the demo mode by clicking on the "Exit demo account" button in the menu.

Screenshot 2024-02-07 at 23 01 58

Also did some refactoring.