Files
pwap/web/index.html
T
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

25 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PezkuwiChain Governance</title>
<meta name="description" content="A dual-token blockchain built on the Substrate framework, enabling decentralized governance and trust score-based tokenomics through sophisticated palets." />
<link rel="icon" type="image/svg+xml" href="/placeholder.svg" />
<meta property="og:title" content="PezkuwiChain Governance" />
<meta property="og:description" content="A dual-token blockchain built on the Substrate framework, enabling decentralized governance and trust score-based tokenomics through sophisticated palets." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/og.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>