Skip to content

Marketplace sdk overview and getting started #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Aug 14, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d914096
Revise Marketplace SDK overview content
mithatakbulut Aug 8, 2025
0d32642
Enhance Getting Started guide for Marketplace SDK
mithatakbulut Aug 8, 2025
7a82ac4
Reorganize the documentation structure for the Marketplace SDK, creat…
mithatakbulut Aug 11, 2025
141fcd4
Merge 7a82ac4834d1bee67bbadde155b859792ed781cb into b32891d63cd1aa1a5…
mithatakbulut Aug 11, 2025
893bcac
chore(i18n): update translations [en]
github-actions[bot] Aug 11, 2025
42139b3
Update description in Getting Started guide for Marketplace SDK to fo…
mithatakbulut Aug 11, 2025
5fbe0cc
Merge 42139b35ed540cef90d84d8833d285d59a62d6c5 into b32891d63cd1aa1a5…
mithatakbulut Aug 11, 2025
d2f162e
chore(i18n): update translations [en]
github-actions[bot] Aug 11, 2025
3780703
Enhance Getting Started guide for Marketplace SDK by adding a new sec…
mithatakbulut Aug 11, 2025
ee313e4
Merge branch 'marketplace-sdk-overview-and-getting-started' of https:…
mithatakbulut Aug 11, 2025
e1c5ec5
Merge ee313e4e8976cce2e7b1999122122672d6c8a663 into b32891d63cd1aa1a5…
mithatakbulut Aug 11, 2025
925e5d3
chore(i18n): update translations [en]
github-actions[bot] Aug 11, 2025
c38452c
rename NFTCard to CollectibleCard
mithatakbulut Aug 11, 2025
3be079d
refactor line: Optimized data fetching with React Query and Wagmi
mithatakbulut Aug 11, 2025
f0459aa
Merge branch 'marketplace-sdk-overview-and-getting-started' of https:…
mithatakbulut Aug 11, 2025
7e0ee33
Merge f0459aaf68c5407e3dd58e317aef3139d397c6c7 into b32891d63cd1aa1a5…
mithatakbulut Aug 11, 2025
b62e8b9
chore(i18n): update translations [en]
github-actions[bot] Aug 11, 2025
e5536c9
showcase `useMarketplaceConfig` and get contract address, chain id fr…
mithatakbulut Aug 12, 2025
2cf4796
Merge e5536c9961296844e7bdce1bf8cc4ac4d5bcc7c2 into b32891d63cd1aa1a5…
mithatakbulut Aug 12, 2025
6aa933b
chore(i18n): update translations [en]
github-actions[bot] Aug 12, 2025
ae7961f
remove shadowDom note. it should be mentioned in another page clearly…
mithatakbulut Aug 12, 2025
6b33e99
add width and height to image
mithatakbulut Aug 12, 2025
3b12857
Enhance CollectibleCard component with loading and error states
mithatakbulut Aug 12, 2025
158564e
improve clarity and type safety by extracting collection properties.
mithatakbulut Aug 12, 2025
0e7f0a1
Merge 158564ebf8ec5bc097e6c7bd8c8bad0f3614cf4a into b32891d63cd1aa1a5…
mithatakbulut Aug 12, 2025
21a9abb
chore(i18n): update translations [en]
github-actions[bot] Aug 12, 2025
9cec6b6
Refactor getting started guide to replace ConnectButton with Collecti…
mithatakbulut Aug 12, 2025
23ebbbc
Update SDK overview link to point to the marketplace SDK documentation.
mithatakbulut Aug 12, 2025
cb35d69
Merge 23ebbbce9543497bc291d82cc731fde3ed8ebffe into b32891d63cd1aa1a5…
mithatakbulut Aug 12, 2025
ba05888
chore(i18n): update translations [en]
github-actions[bot] Aug 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,45 +263,45 @@
"sdk/web/hooks/useWallets"
]
},
"sdk/web/custom-configuration",
"sdk/web/custom-connectors"
]
},
{
"group": "Marketplace SDK",
"pages": [
"sdk/marketplace-sdk/overview",
"sdk/marketplace-sdk/getting-started",
{
"group": "Secondary Sales Marketplace",
"group": "Hooks",
"pages": [
"sdk/marketplace-sdk/overview",
"sdk/marketplace-sdk/getting-started",
{
"group": "Hooks",
"group": "Marketplace Actions",
"pages": [
{
"group": "Marketplace Actions",
"pages": [
"sdk/marketplace-sdk/hooks/marketplace-actions/useCreateListingModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useBuyModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useMakeOfferModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useSellModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useCancelOrder"
]
},
{
"group": "Marketplace Data",
"pages": [
"sdk/marketplace-sdk/hooks/marketplace-data/overview",
"sdk/marketplace-sdk/hooks/marketplace-data/useCountOfCollectables",
"sdk/marketplace-sdk/hooks/marketplace-data/useListCollectibles",
"sdk/marketplace-sdk/hooks/marketplace-data/useListCollectiblesPaginated",
"sdk/marketplace-sdk/hooks/marketplace-data/useMarketplaceConfig",
"sdk/marketplace-sdk/hooks/marketplace-data/useMarketCurrencies",
"sdk/marketplace-sdk/hooks/marketplace-data/useCollection",
"sdk/marketplace-sdk/hooks/marketplace-data/useCollectionBalanceDetails",
"sdk/marketplace-sdk/hooks/marketplace-data/useCollectionDetails",
"sdk/marketplace-sdk/hooks/marketplace-data/useInventory"
]
}
"sdk/marketplace-sdk/hooks/marketplace-actions/useCreateListingModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useBuyModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useMakeOfferModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useSellModal",
"sdk/marketplace-sdk/hooks/marketplace-actions/useCancelOrder"
]
},
{
"group": "Marketplace Data",
"pages": [
"sdk/marketplace-sdk/hooks/marketplace-data/overview",
"sdk/marketplace-sdk/hooks/marketplace-data/useCountOfCollectables",
"sdk/marketplace-sdk/hooks/marketplace-data/useListCollectibles",
"sdk/marketplace-sdk/hooks/marketplace-data/useListCollectiblesPaginated",
"sdk/marketplace-sdk/hooks/marketplace-data/useMarketplaceConfig",
"sdk/marketplace-sdk/hooks/marketplace-data/useMarketCurrencies",
"sdk/marketplace-sdk/hooks/marketplace-data/useCollection",
"sdk/marketplace-sdk/hooks/marketplace-data/useCollectionBalanceDetails",
"sdk/marketplace-sdk/hooks/marketplace-data/useCollectionDetails",
"sdk/marketplace-sdk/hooks/marketplace-data/useInventory"
]
}
]
},
"sdk/web/custom-configuration",
"sdk/web/custom-connectors"
}
]
},
{
Expand Down
Loading