Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 2.98 KB

README.md

File metadata and controls

84 lines (44 loc) · 2.98 KB

Toast

What does Toast do?

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.

Main Page

image

Oxmon Page

image

Rarible Page

image

What are these different Subgraph?

  • Check out decentraland subgraph here
  • Check out Oxmon Subgraph here
  • Check out Rarible Subgraph here

Using Decentraland Subgraph?

image

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

Using Oxmon Subgraph?

image

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

Using Rarible Subgraph?

image

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)