-
Notifications
You must be signed in to change notification settings - Fork 29
4. Adding an Avatar to your package
Lanski edited this page Jun 6, 2020
·
1 revision
To show this DAppNode package in the Admin UI it's mandatory to add an avatar to the package. This avatar will show up in the DApp store, and in the list of installed packages. For optimal presentation make sure:
- The avatar is a
.pngwith transparency and no background (if applicable) - It has an aspect ratio of
1:1and a size of300pxx300px - It is maximized to the edges since margin will be provided in the UI
To add an avatar to your DAppNode package, just add the .png file to the root of the project. The dappnodesdk will automatically find it and add it to the release. For consistency, we recommend naming the file as avatar-${package_name}.png but it's not necessary.