Skip to content

4. Adding an Avatar to your package

Lanski edited this page Jun 6, 2020 · 1 revision

Avatar

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 .png with transparency and no background (if applicable)
  • It has an aspect ratio of 1:1 and a size of 300px x 300px
  • 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.

Clone this wiki locally