Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/decentraland/marketplace

🏛️ Decentraland's NFT Marketplace
https://github.com/decentraland/marketplace

Last synced: 21 days ago
JSON representation

🏛️ Decentraland's NFT Marketplace

Awesome Lists containing this project

README

        

# Marketplace

Decentraland's Marketplace

## Frontend

[![Coverage Status](https://coveralls.io/repos/github/decentraland/marketplace/badge.svg?branch=master)](https://coveralls.io/github/decentraland/marketplace?branch=master)

The Marketplace is a React static site. Its code can be found under the [/webapp](https://github.com/decentraland/marketplace/tree/master/webapp) directory.

## Backend

It can be found under [/indexer](https://github.com/decentraland/marketplace/tree/master/indexer).

## How to contribute

Contributing to the Marketplace is easy, you just need to go through the following process:
1. Look for issues in the [Issues tab](https://github.com/decentraland/marketplace/issues) or create a new one with the proposed changes. We classify issues with the “Enhancement”, “Bug” or “Good first issue” tags. Feel free to check one of those first.
2. Contact team members via the GitHub issue or use the [Code Contribution Discord channel](https://discord.com/channels/417796904760639509/761599704756256778). It’s important to at least check on the issue status before starting.
3. [Set up your GPG key](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key) and sign all commits in your branch.
4. Read the [testing standards](https://www.notion.so/Testing-standards-46797744fccf4f3eba52335f9866d0eb) and the [coding standards](https://www.notion.so/decentraland/dApps-Standards-760ee6551c9f4c00aa71f7d9c50a7646?pvs=4#eddf8435097543778b8faa2e7fc46c88) to produce code that fits the project standards.
5. Create a PR with the changes, linking the PR to the created issue. If there are visual changes in the PR, attach images.

## Copyright & License

This repository is protected with a standard Apache 2 license. See the terms and conditions in the [LICENSE](https://github.com/decentraland/marketplace/blob/master/LICENSE) file.