mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-utils.git
synced 2026-07-13 08:05:46 +00:00
e5339235ad
The live Play Store release (wallet-android 85bde7e, published 2026-06-15) was built against whatever was on this branch's HEAD at the time - which, since master had received no commits between 2026-03-02 and this week, was commit7a087cf. This week's changes (nova-base sync, Tron config/icons, balance test fixtures, etc.) are real and wanted, but they've made master incompatible with that still-live app version, and live users installing fresh right now get a completely empty tokens list because of it (the app's chain sync silently fails whole-hog on any single malformed/incompatible chain entry, leaving new installs with zero locally-cached chains). This makes master's served content match7a087cfexactly, stopping the bleeding for current live users without needing an emergency app release. None of this week's work is lost - it's all preserved on pending/post-fix-release and will come back once wallet-android's Tron send feature is complete and both repos can ship together in one coordinated release.
88 lines
2.7 KiB
Markdown
88 lines
2.7 KiB
Markdown
# Pezkuwi Wallet Utils
|
|
|
|
Configuration repository for Pezkuwi Wallet - next generation mobile wallet for Pezkuwichain and the Polkadot ecosystem.
|
|
|
|
## Overview
|
|
|
|
This repository contains chain configurations, staking metadata, dApp listings, and other utility files used by Pezkuwi Wallet applications.
|
|
|
|
## Structure
|
|
|
|
```
|
|
pezkuwi-wallet-utils/
|
|
├── chains/ # Chain configurations for all supported networks
|
|
│ ├── pezkuwichain/ # Pezkuwichain (Relay + Asset Hub + People Chain)
|
|
│ ├── polkadot/ # Polkadot ecosystem chains
|
|
│ ├── kusama/ # Kusama ecosystem chains
|
|
│ └── ... # Other ecosystem chains
|
|
├── staking/ # Staking metadata (validators, pools, etc.)
|
|
├── dapps/ # DApp configurations and metadata
|
|
├── xcm/ # XCM (Cross-Chain Messaging) configurations
|
|
├── governance/ # Governance dApps and proposals
|
|
├── banners/ # Promotional banners and announcements
|
|
├── migrations/ # Chain migration configurations
|
|
├── assets/ # Asset metadata and icons
|
|
├── icons/ # Chain and network icons
|
|
└── global/ # Global configuration files
|
|
```
|
|
|
|
## Native Tokens
|
|
|
|
| Token | Network | Description |
|
|
|-------|---------|-------------|
|
|
| HEZ | Pezkuwi Relay Chain | Native token for fees and staking |
|
|
| PEZ | Asset Hub | Governance token |
|
|
| USDT | Asset Hub | Tether USD stablecoin |
|
|
|
|
## Supported Networks
|
|
|
|
### Pezkuwichain Ecosystem
|
|
- **Pezkuwi Relay Chain** - Main relay chain with HEZ token
|
|
- **Asset Hub** - System teyrchain for assets (PEZ, USDT, wHEZ)
|
|
- **People Chain** - Identity and people management
|
|
|
|
### Polkadot Ecosystem
|
|
Full support for Polkadot and all major parachains.
|
|
|
|
### Kusama Ecosystem
|
|
Full support for Kusama and all major parachains.
|
|
|
|
## Usage
|
|
|
|
These configurations are fetched by Pezkuwi Wallet at runtime from GitHub raw URLs:
|
|
|
|
```
|
|
https://raw.githubusercontent.com/pezkuwichain/pezkuwi-wallet-utils/master/chains/{network}/chains.json
|
|
```
|
|
|
|
## Contributing
|
|
|
|
1. Fork this repository
|
|
2. Create your feature branch
|
|
3. Commit your changes
|
|
4. Push to the branch
|
|
5. Create a Pull Request
|
|
|
|
## Related Projects
|
|
|
|
- [Pezkuwi Wallet Android](https://github.com/pezkuwichain/pezkuwi-wallet-android)
|
|
- [Pezkuwi Wallet iOS](https://github.com/pezkuwichain/pezkuwi-wallet-ios)
|
|
- [Pezkuwi SDK](https://github.com/pezkuwichain/pezkuwi-sdk)
|
|
|
|
## License
|
|
|
|
Apache 2.0
|
|
|
|
## Resources
|
|
|
|
- Website: https://pezkuwichain.io
|
|
- Documentation: https://docs.pezkuwichain.io
|
|
- Telegram: https://t.me/pezkuwichain
|
|
- Twitter: https://twitter.com/pezkuwichain
|
|
|
|
---
|
|
|
|
Based on [Nova Utils](https://github.com/novasamatech/nova-utils) - Extended with Pezkuwichain support
|
|
|
|
© Dijital Kurdistan Tech Institute 2026
|