Dappland
How to add your Dapp to Dappland
Last updated
How to add your Dapp to Dappland
Last updated
If you are currently working on a dApp in StarkNet/ZkSync ecosystem, you should definitely list your dApp on Dappland for a wider reach.
To ensure all images are of the same resolution, we have created some specific standards you need to adhere to. Here are the required images, and their required resolutions:
dApp logo - 320 x 320px
dApp banner - 1920 x 400px
dApp preview - 700 x 400px
You can also further optimize your images here – JPGs are best for photos and PNGs for graphics.
PS: Here's a Figma template created to help you do this easily. Just create a copy and customize it to fit your dApp.
To help make this tutorial intuitive, we describe adding an example dApp called docsdapp to Dappland.
Having optimized our images, it's now time to draft out the content for our page. This will be divided into 2 sections:
Head over to the official repo here, and create a fork.
Navigate to /public/dapps
and create a folder with the name of your dApp.
Add all your optimized images to the folder.
We created a sample JSON file here, which you would need to copy to the /data
folder. Rename this file with your dApp name in small letters i.e docsdapp.json.
Having done this, we will need to edit/customize the information present in the JSON file to match our dApp.
The sample JSON code contains very detailed instructions, you should be able to customize it, following the given instructions.
Ensure all your Image URLs point to the images which we earlier uploaded to /public/dapps
Having completed the steps above, we are now fully ready to go live! Head over to your forked repository, and create a Pull request.
Once you've opened a Pull request, someone from the Argent team will review it and contact you if there is any need for clarification.