A Dapp that allows users to search and view all estate on decentraland,also this dapp allows users to view Oxmon monsters and Rarities.I am using subgraphs by different teams to retrieve information about all the of the above mentioned.With a few lines of graphQL code we can get information from ethereum mainnet about these selected Estate,Monster or Rarity.Here we are just getting first 200 estate, 100 Oxmons and 100 Rarities from the subgraph.
I have used this subgraph to retrieve information about the first 200 estate.The information that we tried to pull are as follows -
- owner
- estate id
- size
- data
- nft
here is our query
You can also check out more information about the estate and then bid for that particular estate on redirected decentraland marketplace
I have used this subgraph to retrieve information about the first 100 oxmon monsters.The information that we tried to pull are as follows -
- id
- number
- owner
- bits
- tokenUri
- gen
- minterContract
- rarity
here is our query
You can also check out more information about the monster and then bid for that particular monster on redirected opensea marketplace
I have used this subgraph to retrieve information about the first 100 rarities.The information that we tried to pull are as follows -
- Id
- Link
- Owner
here is our query
You can also check out more information about the Rarity and then bid for that particular Rarity on redirected Rarible marketplace.This page is a little bugged right now , i am looking into this matter(imgaes take time to load)