Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thirdweb-example/marketplace-v3

Create an NFT marketplace on top of your NFT collection on **any** EVM-compatible blockchain.
https://github.com/thirdweb-example/marketplace-v3

marketplace nextjs nft-marketplace thirdweb thirdwebsdk web3

Last synced: 6 days ago
JSON representation

Create an NFT marketplace on top of your NFT collection on **any** EVM-compatible blockchain.

Awesome Lists containing this project

README

        

> [!Important]
> This repository is outdated and no longer maintained. But we have something better for you!
>
> Head over to this new repository: [marketplace-template](https://github.com/thirdweb-example/marketplace-template)
>
> The new marketplace template now comes with support for multiple chains and collections
>

# NFT Marketplace V3

Create an NFT marketplace on top of your NFT collection on **any** EVM-compatible blockchain.

### Features

- List multiple collections into an aggregated marketplace
- Customize branding and theme to your application

## Installation

Install via [thirdweb create](https://portal.thirdweb.com/cli/create)

```bash
npx thirdweb create --template marketplace-v3
```

## Environment Variables

To run this project, you will need to add environment variables. Check the `.env.example` file for all the environment variables required and add it to `.env.local` file or set them up on your hosting provider.

## Run Locally

Install dependencies

```bash
# npm
npm install

# yarn
yarn install
```

Start the server

```bash
# npm
npm run dev

# yarn
yarn dev
```

## Additional Resources

- [Documentation](https://portal.thirdweb.com)
- [Templates](https://thirdweb.com/templates)
- [Video Tutorials](https://youtube.com/thirdweb_)
- [Blog](https://blog.thirdweb.com)

## Contributing

Contributions and [feedback](https://feedback.thirdweb.com) are always welcome! Please check our [open source page](https://thirdweb.com/open-source) for more information.

## Need help?

For help, please visit our [support site](https://support.thirdweb.com).