Files
pwap/pezkuwi-sdk-ui
Claude 60a800b33e Add Pezkuwi SDK UI - Polkadot.js Apps clone
- Clone Polkadot.js Apps repository
- Update package.json with Pezkuwi branding
- Add Pezkuwi endpoint to production chains (wss://pezkuwichain.app:9944)
- Create comprehensive README for SDK UI
- Set up project structure with all packages

Next steps:
- Apply Kurdistan colors (Kesk, Sor, Zer, Spi + Black) to UI theme
- Replace logos with Pezkuwi branding
- Test build and deployment
2025-11-14 00:55:17 +00:00
..

Pezkuwi SDK UI

A Portal into the Pezkuwi Blockchain Network

This is a branded version of Polkadot.js Apps, customized for the Pezkuwi blockchain. It provides a comprehensive interface for interacting with the Pezkuwi network, including wallet management, staking, governance, and blockchain exploration.

🎯 Features

  • 🔍 Blockchain Explorer - Browse blocks, transactions, and chain state
  • 💰 Wallet Management - Create and manage accounts
  • 🎯 Staking Interface - Stake tokens and manage validators
  • 🗳️ Governance - Participate in on-chain governance
  • 🔧 Developer Tools - Extrinsics, RPC calls, and chain state queries
  • 📊 Analytics - View network statistics and metrics

🌐 Accessing the Application

Hosted Version

Visit https://pezkuwichain.app/sdk to access the hosted version.

Local Development

See the Development section below to run locally.

📘 About This Project

This UI is based on Polkadot.js Apps and has been customized for the Pezkuwi blockchain:

  • Pre-configured with Pezkuwi network endpoints (wss://pezkuwichain.app:9944)
  • Branded with Pezkuwi logos and colors
  • Optimized for Pezkuwi-specific features and pallets

🛠️ Development

Prerequisites

  • Node.js >= 18.14
  • Yarn >= 1.22

Getting Started

  1. Install Dependencies

    yarn install --frozen-lockfile
    
  2. Start Development Server

    yarn run start
    
  3. Access the UI Open http://localhost:3000 in your browser

Build for Production

# Build web version
yarn run build:www

# Build desktop app (Electron)
yarn run build:release:electron

📦 Project Structure

The repo is split into multiple packages:

  • packages/apps - Main application
  • packages/apps-config - Chain configurations and endpoints
  • packages/apps-electron - Desktop application
  • packages/page-* - Individual page components
  • And many more...

🔗 Network Configuration

The Pezkuwi network is configured in:

  • File: packages/apps-config/src/endpoints/production.ts
  • Endpoint: wss://pezkuwichain.app:9944
  • Chain Info: info: 'pezkuwi'

🎨 Customization

Adding Custom Chain Types

If Pezkuwi uses custom types, add them to:

packages/apps-config/src/api/spec/pezkuwi.ts

Updating Logos

Logos are located in:

packages/apps-config/src/ui/logos/

Run the image conversion script after adding new logos:

yarn run build:images

🧪 Testing

# Run all tests
yarn run test:all

# Run specific test
yarn run test:one <test-file>

📝 Scripts

  • yarn start - Start development server
  • yarn build - Build for production
  • yarn build:www - Build web version
  • yarn build:electron - Build desktop app
  • yarn lint - Run linter
  • yarn test - Run tests

🔐 Security

This is a critical application for interacting with the Pezkuwi blockchain. Please:

  • Always verify you're on the correct URL
  • Keep your private keys secure
  • Use hardware wallets for large amounts
  • Report security issues to: security@pezkuwichain.app

📄 License

Apache-2.0

Original Polkadot.js Apps: https://github.com/polkadot-js/apps

🤝 Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

📞 Support


Based on Polkadot.js Apps | Customized for Pezkuwi Blockchain