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
+36
View File
@@ -0,0 +1,36 @@
{
"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/react-api#readme",
"license": "Apache-2.0",
"name": "@pezkuwi/react-api",
"private": true,
"repository": {
"directory": "packages/react-api",
"type": "git",
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
},
"sideEffects": true,
"type": "module",
"version": "0.168.2-0-x",
"browser": {
"fs": false,
"path": false
},
"dependencies": {
"@pezkuwi/api": "^16.5.6",
"@pezkuwi/extension-compat-metamask": "^0.62.19",
"@pezkuwi/extension-dapp": "^0.62.19",
"@pezkuwi/extension-inject": "^0.62.19",
"@pezkuwi/rpc-provider": "^16.5.6",
"fflate": "^0.8.1",
"rxjs": "^7.8.1"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react-is": "*"
}
}