Visit Dappland to explore the most influential dapps in the StarkNet ecosystem.
To use them, download Argent X, the only open source wallet for StarkNet
If you are building a dapp on StarkNet and want to showcase it in Dappland, you just need to submit a PR to this repository.
Steps:
- Create your images: 320x320 logo, 1920x400 banner and 700x400 preview. Use the Dappland Figma template to help you.
- Please optimise your images using tinypng.com – JPGs are best for photos and PNGs for graphics. Or you can convert to WebP.
- Fork this repo and create a new folder with your dapp name under
/public/dapps/
- Add your optimised images to the folder
- Copy
dapp_data_example.json
, rename it with your dapp's name in lowercase and move it to/data
- Fill out the fields in the json file with your dapp's data
- 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
}
- Create the PR
And that's it! 🚀
Someone from the Argent team will review the PR and and contact you if they need to clarify anything.
For any questions reach us on:
Dappland is a Next.js project setup with Tailwind CSS and TypeScript.
Run locally with npm:
npm install
npm run dev