Closed kf106 closed 1 year ago
At the moment HomePage has a set of sample objects called testA, testB and testC, and test1 is used to select one and then display which lands the currently logged in player owns.
https://orthoverse.io/api/land/owned?owner=0xf70841358ae5064ad0e0e3b0a94c02a021e0dcc3 is an API that provides all the info needed to dynamically construct this for the current user.
The test values should be removed and replaced with an axios call to get the information.
Implemented by kf106/dynamicLandLoading
At the moment HomePage has a set of sample objects called testA, testB and testC, and test1 is used to select one and then display which lands the currently logged in player owns.
https://orthoverse.io/api/land/owned?owner=0xf70841358ae5064ad0e0e3b0a94c02a021e0dcc3 is an API that provides all the info needed to dynamically construct this for the current user.
The test values should be removed and replaced with an axios call to get the information.