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.
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.
Also did some refactoring.