Skip to content

lawalletio/static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaWallet Static

This repo contains static files accesed via https://static.lawallet.ar

  • Add vite framework
  • Add most common brands
  • Generate domains.json automatically on build

How to use

Just fetch https://static.lawallet.ar/domains.json and should return:

{
  "getalby.com": "/img/domains/getalby.com.png",
  "lawallet.ar": "/img/domains/lawallet.ar.png",
...
}

You can dynmatically check if the domain is supported and get the image path to use it in your app.

Request

Make the final request adding the prefix https://static.lawallet.ar and the path provided by the domains.json.

Example: https://static.lawallet.ar/img/domains/lawallet.ar.png