Welcome to the Decentraland Marketplace. A React-based static site to explore and interact with the virtual economy of Decentraland. All code for this platform can be found in the respective directories.
The frontend is a React static site, and you can find the source code in the /webapp directory.
The backend source code is located under the /indexer directory.
Contributing to the Marketplace is simple. Just follow these steps:
- Browse the Issues tab for existing issues or create a new one with the proposed changes. We classify issues with the labels “Enhancement”, “Bug” or “Good first issue”. We recommend starting with these!
- Contact the team via the GitHub issue or join the Code Contribution Discord channel for support. Always check the status of an issue before starting.
- Set up your GPG key and ensure all commits are signed in your branch.
- Follow the testing standards and the coding standards to make sure your code aligns with the project's quality.
- Create a Pull Request (PR) with your changes, linking it to the issue. If your PR includes visual changes, be sure to attach relevant images.
This repository is under the standard Apache 2 license. Please refer to the LICENSE file for full terms and conditions.