Commit Graph

3 Commits

Author SHA1 Message Date
Claude 8f5dd3814e Apply Kurdistan colors to Pezkuwi SDK UI branding
Changes:
- Update Pezkuwi endpoint color to Kurdistan Green (Kesk: #00A94F)
- Document complete Kurdistan color palette in README:
  * Kesk (Green): #00A94F - Primary color
  * Sor (Red): #EE2A35 - Accent color
  * Zer (Gold): #FFD700 - Secondary accent
  * Spi (White): #FFFFFF - Backgrounds
  * Black: #000000 - Text
- Add comprehensive logo update instructions
- Add TODO comment for logo replacement after build:images

Next step: Replace pezkuwichain_logo.png and run yarn build:images
2025-11-14 00:57:39 +00:00
Claude c71ddb6e0d 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
Claude c48ded7ff2 Reorganize repository into monorepo structure
Restructured the project to support multiple frontend applications:
- Move web app to web/ directory
- Create pezkuwi-sdk-ui/ for Polkadot SDK clone (planned)
- Create mobile/ directory for mobile app development
- Add shared/ directory with common utilities, types, and blockchain code
- Update README.md with comprehensive documentation
- Remove obsolete DKSweb/ directory

This monorepo structure enables better code sharing and organized
development across web, mobile, and SDK UI projects.
2025-11-14 00:46:35 +00:00