Skip to content

Using Decentraland ,0xmon and Rarible subgraphs to retrieve estate,oxmons and rarible information

Notifications You must be signed in to change notification settings

3scava1i3r-Projects/Toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Using Decentraland ,0xmon and Rarible subgraphs to retrieve estate,oxmons and rarible information

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published