MASQ stands to be the only truly decentralized-stack web3 privacy browser, powered by a community of supporters and builders. To provide a fully featured user experience to both web2 users transitioning into web3, and those native to web3, the MASQ contributors must foster and embrace an ecosystem of web3 infrastructure, projects and partners. Our vision at MASQ is to onboard and grow a rich ecosystem of the most innovative, user friendly and fundamental web3 partners and dApps to offer one-click discover and experience to the MASQ users of the world
Bundled into the MASQ web3 browser, there is a dedicated web3 Store
This is a public web3 Library containing many popular web3-founded and blockchain based platforms, dApps and websites. Also included are other popular websites that many users interact with on a daily basis, to make navigating and interacting with these seamless.
To keep this directory updated and dynamic, this repository will be maintained by the MASQ team and further curated jointly by the community and greater web3 ecosystem using several methods. Accepting new project proposals will be outlined as they become part of the process.
You are encouraged to reach out to our team at MASQ to be included in this highly visible directory, so thousands of users around the world have one-click access to your platform and technology.
Discord
The MASQ Official Discord server for dApp and project discussions
Canny dApp Request
On our MASQ team Canny page there is a dApps board where you can request your favourite dApps to be added and upvote them to encourage their addition.
Make sure you tweet your recommendation and tag @MASQ_ai with hashtag #masqweb3store to get the team's attention faster!
We ready for open contributions of proposed projects, the team at MASQ will be releasing guidelines for projects and communities to engage in getting added to the directory.
web3 dApps and platforms are added to the main Categories
Each addition will need to be added to the dapps.js
JSON file in the correct format, under the correct category array.
Project logo must be in correct format (see below), and linked using the image asset added to the asset folder.
"id": 1,
"name": "Discover", //category name
"icon": {
"url": "./assets/images/discover.svg" // category icon
},
"d_apps": [
{
"id": 1, // index
"name": "Zapper", // name
"description": "Easily track and ...", // description
"favorite": false, // set to false
"link": "https://zapper.fi/", // link
"icon": {
"url": "./assets/images/dapp_Zapper.png" // favicon
},
},
...
]
},
- "name": enclosed in "double quotes"
- "description": short description in one-two sentences enclosed in "double quotes"
- "link": url enclosed in "double quotes" - must be a direct link to your primary website domain, and must be https, enclosed in "double quotes"
- "icon": token or project logo as a png file, prefixed with
dapp_
- must be 100x100 dimensions within a circle, with transparent background if coloured. If logo is black, must be on top of a white 100x100 circle.
Inspect the /images/dapps
folder for examples of correct format