sven-hash / alphadapps

Home Page:https://alphad.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alephium logo

The home for all dapps in the Alephium ecosystem

Vercel CI

🧭 Explore the Alephium ecosystem

Visit alphad.app to explore the most influential dapps in the Alephium ecosystem.

To use them, download the Alephium Desktop Wallet or use the Alephium Wallet Browser Extension for Chrome or Firefox:

✅ Add your dapp to Alphadapps

If you are building a dapp on Alephium and want to showcase it in Alphadapps, you just need to submit a PR to this repository.

Steps:

  1. Create your images: 320x320 logo, 1920x400 banner and 700x400 preview. Use the Alphadapps Figma template to help you.
  2. Please optimise your images using tinypng.com – JPGs are best for photos and PNGs for graphics. Or you can convert to WebP.
  3. Fork this repo and create a new folder with your dapp name under /public/dapps/
  4. Add your optimised images to the folder
  5. Copy dapp_data_example.json, rename it with your dapp's name in lowercase and move it to /data
  6. Fill out the fields in the json file with your dapp's data
  7. Ensure the json points to your images, i.e.
  "media": {
    "logoUrl": "/dapps/yourdapp/yourdapp-logo.png",
    "bannerUrl": "/dapps/yourdapp/yourdapp-banner.png",
    "previewUrl": "/dapps/yourdapp/yourdapp-preview.png",
    … etc
  }
  1. Create the PR

And that's it! 🚀

Someone from the Alphadapps team will review the PR and contact you if they need to clarify anything.

For any questions reach out to Fugashu on Discord:

About

https://alphad.app


Languages

Language:TypeScript 96.7%Language:JavaScript 1.9%Language:CSS 1.3%Language:Shell 0.1%