A Censorship Resistant & Creator First Dappstore
🌐 Website: https://dappstop.xyz/
🖌️ UI/UX Design: https://www.figma.com/file/fpqeSa01XbUwN4g4EDzN3Z/DappStop---ETH-Bogota-draft
🖥️ Frontend: https://github.com/dAppStoppers/dAppStop-interface
💡 Backend: https://github.com/dAppStoppers/dAppStop-core
Most web3 mobile games are banned on the Google Playstore and App Store because these games are against the Terms of Service of the mentioned appstore. In addition, these appstores impose hefty taxes on in-game purchases which we feel is unfair to the game developers.
In the spirit of censorship resistance and giving power back to creators, dAppStore aims to provide a fair platform for both web3 mobile game developers and players.
The current appstores are also lacking a social aspect, if implemented, could boost the audience of the Dapps distributed on the platform.
A censorship-resistant Dapp distribution platform.
We've built a decentralized app store for mobile dapps. The minimal delightful point is that the creators/publishers can deliver their dapps without any permission. It was definitely new and delightful value for them. https://twitter.com/0xmoriki/status/1579042246090838017 https://twitter.com/yukiw_eth/status/1579047768881971200
- Dapp Metadata
{
name: string
description: string
image: string
ceramic_uri: string
}
- Dapp Datastructure
{
title: string
description: string
version: string
app_icon_url: string
preview_images: string[4]
chain: enum(Polygon, Optimism, Klaytn)
category: enum(Game, dApp)
apk_url: string
token_gated: bool
price: number
}
-
Create Schema for Documentation
-
Create Dummy Data
-
Upload to IPFS images
-
Publisher page (upload)
- Login
- upload game files to IPFS
- upload new version game files to IPFS
- PUSH notifications using EPNS/PUSH
- setup Game Profile
- App Logo
- Preview Image
- Chain
- APK File
- Token Gated?
- Price
- Name
- Description
-
Consumer pages (downloads)
- Login
- Explore (hardcoded)
- View app
- App Logo
- Proof of Purchase Detection
- Download
-
Proof of Purchase NFT Image
- DappStop Logo + Applogo
-
Demo
- Demo Video
- Submission on ETH Global Website
- Pitch Deck
- Sample APK to upload to IPFS