Stack Wallet theme selector server so the app doesn't have to have all themes on it
Go to file
julian-CStack 10fb7f28a8
Update README.md
added basic instructions to create a theme
2023-05-12 10:44:31 -06:00
data updated themes 2023-05-12 10:11:40 -06:00
src add theme previews 2023-05-10 13:54:48 -06:00
.gitignore update gitignore 2023-05-11 08:07:31 -06:00
LICENSE Initial commit 2023-04-17 16:29:21 -06:00
package-lock.json Initial Commit 2023-04-18 02:57:36 +03:00
package.json Initial Commit 2023-04-18 02:57:36 +03:00
README.md Update README.md 2023-05-12 10:44:31 -06:00
tsconfig.json Initial Commit 2023-04-18 02:57:36 +03:00

Stack-Theme-Selector-Server

This is the repository for the Stack Theme Selector Server. This server is used to provide the theme selector for the Stack Wallet.

Creating a theme (WIP)

  • theme id must be unique
  • theme zip file name must be the theme id
  • the themes.json file must be updated with (at least) the theme id and the sha256 hash of the zip file
  • The previewImageUrl should point to an image located in data/previews
  • The preview image should match the preview image in the theme zip file
  • See the current Model for minimum theme requirements (subject to change)