Skip to content

ethanysc-git/the-graph

Repository files navigation

Dragon Mint Marketplace Event Subgraph

內容涵蓋

  • DragonMintMarketplace Event:
    • event ItemListed
    • event ItemCanceled
    • event ItemBought
  • Dragon Mint Marketplace the Subgraph Event Entity
    • ItemActive
  • DragonMintMarketplace Contract Address:
    • 0x1c92920ca2445C3c29A9CcC551152317219C61A6

Basic GraphQL

{
  itemBoughts(first: 5) {
    id
    seller
    buyer
    nftAddress
    price
  }
}
{
  itemCanceleds(first: 5) {
    id
    seller
    buyer
    nftAddress
    price
  }
}
//Added
{
  itemActives(first: 5) {
    id
    seller
    buyer
    nftAddress
    tokenUri
    price
  }
}

About

nft marketplace build with the graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published