Skip to content

0xsequence/marketplace-boilerplate

Repository files navigation

Sequence Marketplace Boilerplate

A boilerplate for building marketplaces with Sequence.

Setup

  1. Set up a white-label marketplace in Sequence Builder following the Sequence Marketplace documentation.

  2. Create an .env file by copying the example file:

pnpm env-file
  1. Configure the following environment variables in your .env file:
# API key from Builder > Settings > API keys
# https://sequence.build/project/{PROJECT_ID}/settings/apikeys
NEXT_PUBLIC_ACCESS_KEY=""

# Project ID from Builder, found in the URL of the project
# e.g. https://sequence.build/project/{PROJECT_ID}
NEXT_PUBLIC_PROJECT_ID=""

# Optional WalletConnect project id, for integration with WalletConnect
NEXT_PUBLIC_WALLETCONNECT_ID=""

Installation

Install dependencies:

pnpm install

Development

Run the development server:

pnpm dev

The application will be available at http://localhost:4444

Production

Build the application:

pnpm build

Start the production server:

pnpm start

About

Marketplace Boilerplate v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9