Skip to content

Releases: 0xsequence/marketplace-sdk

0.3.1

03 Dec 14:14
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Various bug fixes

0.3.0

25 Nov 20:49
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • New collectable card component
  • Changed hooks UseListListingsForCollectible and UseListOffersForCollectible from infinite to paginated queries
  • Redesigned react-vite playground showcasing the most commonly used components/hooks
  • New useCurrency hook
  • New useListCollections hook
  • New useGenerateCancelTransaction hook
  • Misc type and interface improvements

0.2.0

18 Nov 13:50
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Added error and success callbacks
  • useCheckoutOptions hook
  • Playground for demo and local dev
  • Fixed access key for nodes
  • Fixed missing export of sell hook

0.0.1

06 Nov 11:37
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial alpha release with core Marketplace integration hooks and modals.

Hooks

  • useMarketplaceConfig
  • useSdkConfig
  • useListCollections
  • useCurrencies

Collectibles

  • useListCollectables
  • useBalanceOfCollectable
  • useListOffersForCollectables
  • useFileters
  • useCollectable
  • useHighestOffer
  • useLowestListing
  • useListCollectables
  • useCollectionCounts
  • useRoyalty

Transactions

  • useGenerateSellTransaction
  • useGenerateOfferTransaction
  • useGenerateListingTransaction

Modals

  • ListModal
  • OfferModal
  • TransactionSuccessModal