holaplex / marketplace

No-Code Solana NFT Marketplaces
GNU Affero General Public License v3.0
75 stars 48 forks source link

Auction House Context By Subdomain #8

Closed kespinola closed 2 years ago

kespinola commented 2 years ago

Goal

The context of the auction house is set based on the hostname being responded to by the application.

Requirements

  marketplace(subdomain: "{}") {
   name
   description
   logoUrl
   bannerUrl
   auctionHouse {
      sellerFeeBasisPoints
      authority
      auctionHouseFeeAccount
    }
  }
kespinola commented 2 years ago

https://github.com/holaplex/marketplace/pull/35

resolves lookup of marketplace based on the subdomain of the incoming request.

kespinola commented 2 years ago

done.