Initial commit: Pezkuwi SDK UI

Comprehensive web interface for interacting with Pezkuwi blockchain.

Features:
- Blockchain explorer
- Wallet management
- Staking interface
- Governance participation
- Developer tools

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 13:55:36 +03:00
commit d949863789
5831 changed files with 327739 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"bugs": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/issues",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/tree/master/packages/test-support#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/test-support",
"private": true,
"repository": {
"directory": "packages/test-support",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
},
"sideEffects": false,
"type": "module",
"version": "0.168.2-0-x",
"dependencies": {
"@testing-library/react": "^14.1.2",
"testcontainers": "^10.4.0"
},
"devDependencies": {
"@pezkuwi/types-support": "16.5.2",
"@testing-library/jest-dom": "^5.17.0",
"tsconfig-paths": "^4.2.0"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react-is": "*"
}
}