Releases: 0xsequence/marketplace-sdk
Releases · 0xsequence/marketplace-sdk
0.3.1
Various bug fixes
0.3.0
- New collectable card component
- Changed hooks
UseListListingsForCollectible
andUseListOffersForCollectible
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
- 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
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