Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/decentraland/marketplace
- Owner: decentraland
- License: other
- Created: 2019-12-09T13:41:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T13:58:39.000Z (6 months ago)
- Last Synced: 2024-04-25T15:05:56.083Z (6 months ago)
- Language: TypeScript
- Homepage: https://market.decentraland.org
- Size: 107 MB
- Stars: 1,097
- Watchers: 60
- Forks: 641
- Open Issues: 143
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- best-of-crypto - GitHub - 14% open · ⏱️ 04.06.2024): (Metaverse, NFTs & Gaming)
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.