Files
pezkuwi-wallet-utils/banners
pezkuwichain 1433c8db45 feat: refresh home banners — remove Newroz/Explorer, add Cloud Nation & Hiring (#61)
Assets banner set (prod + dev kept in sync):
- Remove pezkuwi-newroz-001 (expired) and pezkuwi-explorer-001
- Add pezkuwi-book-001: "Cloud Nation" book promo (image = English cover),
  action null ("on Amazon" in copy)
- Add pezkuwi-hiring-001: Pezkuwi Digital States hiring 10,000 paid roles,
  action -> https://welati.pex.network
- Welcome card: "Kurdistan" -> "Stateless Nations" (en/ku/tr)
- Community card action -> new Telegram invite (t.me/+DUWJ8wtt5qI4Njgy)

Localisation covers all app-supported languages of the 6-language standard
(en/ku/tr); fa/ar/kmr are not app locales so no dead files were added.

New foreground images (250x180, transparent, text-free) added under
resources/images/. Backgrounds reused from freed slots.
2026-07-22 20:43:14 -07:00
..
2026-01-24 06:27:06 +03:00

Pezkuwi Wallet Banners - Admin Guide

Banner Yonetimi / Banner Management

Bu klasor Pezkuwi Wallet uygulamasindaki ana ekran banner/duyurularini kontrol eder.

Dosya Yapisi / File Structure

banners/
├── v2/
│   ├── content/
│   │   ├── assets/                    # Ana ekran banner'lari
│   │   │   ├── banners.json           # Production banner listesi
│   │   │   ├── banners_dev.json       # Development/test banner listesi
│   │   │   ├── localized/             # Production dil dosyalari
│   │   │   │   ├── en.json            # Ingilizce
│   │   │   │   ├── ku.json            # Kurtce (Kurmanci)
│   │   │   │   └── tr.json            # Turkce
│   │   │   └── localized_dev/         # Development dil dosyalari
│   │   │
│   │   └── dapps/                     # DApps ekrani banner'lari
│   │       └── (ayni yapi)
│   │
│   └── resources/
│       ├── backgrounds/               # Arka plan gorselleri
│       └── images/                    # Banner gorselleri

Banner Ekleme / Adding a Banner

  1. banners.json dosyasina yeni banner ekleyin:
{
    "id": "unique-banner-id",
    "background": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/backgrounds/YOUR_BG.png",
    "image": "https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/banners/v2/resources/images/YOUR_IMAGE.png",
    "clipsToBounds": false,
    "action": null
}
  1. localized/*.json dosyalarina icerik ekleyin:
{
    "unique-banner-id": {
        "title": "Banner Basligi",
        "details": "Banner aciklamasi.\nIkinci satir."
    }
}
  1. Gorselleri resources/ klasorune yukleyin.

Action Turleri / Action Types

  • null - Tiklanamaz banner
  • "https://..." - Dis link acar
  • "novawallet://nova/open/staking" - Staking sayfasini acar
  • "novawallet://nova/open/governance" - Governance sayfasini acar
  • "novawallet://nova/open/dapp?url=https://..." - DApp acar

Gorsel Boyutlari / Image Sizes

  • Background: 750x200 px (PNG, gradient onerilir)
  • Image: 250x180 px (PNG, seffaf arka plan)

Test Etme / Testing

  1. Degisiklikleri banners_dev.json ve localized_dev/ klasorune yapin
  2. Debug APK ile test edin
  3. Onaylandiktan sonra production dosyalarina kopyalayin

Onemli Notlar / Important Notes

  • Banner ID'leri benzersiz olmali
  • Tum dillerde ayni ID'ler olmali
  • Gorseller GitHub'a yuklendikten sonra URL'ler guncellenmelidir
  • Degisiklikler 15-30 dakika icinde uygulamada gorunur (cache)