Skip to content

De-store/mobile-app

Repository files navigation

DeStore

Decentralize app listing platform.

About

This repository is the react-native project for the DeStore Mobile Application.

The mobile application will help users to download the available/listed applications on their devices.
The data is fetched using The Graph, that queries the blockchain for the data and thus provides a better user experience.

Currently, the mobile application is only available for android devices and can be installed by navigating the DeStore website

Other Modules

Website - dApp

A fully decentralized website which the developers will use to publish and manage their applications and helps users to get the DeStore mobile app.
This is the repository that contains the website codebase
https://github.com/De-store/frontend

Query

The query to fetch data from the blockchain is managed using The Graph.
This is the repository that contains the graph project.
https://github.com/De-store/graph-backend

Useful links

Contributions

All PR should be linked to an issue and should be pointed to dev_qa branch.

How to contribute?

Those who wants to contribute, they need to add the details in contributions.md following the below template.

  1. Contributors need to write a heading saying about what the contribution is about (can be same as the PR title) | contributor's name - discord Id.

  2. Write description of the contribution (can be same as description of the PR). # Make sure to add issue Id and PR ID in the description here.

Example:

1. Home page header UI | Suraj Singla - surajsingla333#5243

Update the home page header with the updated designs. Issue: #1 PR: #2