web/src/components/LandPane/LandPane.tsx is like a mini version of LooksRare or OpenSea for the Orthoverse tokens. It contains buttons for:
sending the currently shown token to a different address (could specify by player name if we want to be fancy)
flipping the current token
leveling up the current token
The interface and stubs are there but the functionality is missing.
As an added bonus, writing the changes to the orthoverse database or sending some kind of notification through so we don't have to wait for the scraper would be nice too.
web/src/components/LandPane/LandPane.tsx is like a mini version of LooksRare or OpenSea for the Orthoverse tokens. It contains buttons for:
The interface and stubs are there but the functionality is missing.
As an added bonus, writing the changes to the orthoverse database or sending some kind of notification through so we don't have to wait for the scraper would be nice too.