Skip to content
@dAppStoppers

DappStop

Decentralized App Store (ETH Bogota 2022)

DappStop

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

Motivations

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.

Solution

A censorship-resistant Dapp distribution platform.

📑 Deck

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

Data Structures

  • 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
}

TODOs

  • 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

Demo

Popular repositories Loading

  1. .github .github Public

  2. dAppStop-interface dAppStop-interface Public

    TypeScript 1

  3. dAppStop-core dAppStop-core Public

    TypeScript

  4. dAppStop-subgraph-mumbai dAppStop-subgraph-mumbai Public

    TypeScript

  5. dAppStop-subgraph-goerli dAppStop-subgraph-goerli Public

    TypeScript

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…