Learn how to integrate Marketplace SDK into your application with guidance on installation, configuration, and implementing the make offer feature
Create a Project in Sequence Builder
Create a New React Project
Install Required Dependencies
Create SDK Configuration
src/config/sdk.ts
to store your SDK configuration:YOUR_PROJECT_ID
and YOUR_PROJECT_ACCESS_KEY
with your actual project credentials. You can find your Project ID at https://sequence.build/project/{YOUR_PROJECT_ID}/overview
and your Project Access Key at https://sequence.build/project/{YOUR_PROJECT_ID}/settings/apikeys
in the Sequence Builder dashboard.Set Up Providers
src/providers.tsx
to configure the necessary providers:Update Main Entry Point
main.tsx
to use the Providers component:Create Collectible Card Component
src/components/CollectibleCard.tsx
to display and interact with collectibles:collectibleId
Update App Component
App.tsx
to use the new components:Run Your Application
http://localhost:5173
. You can now: