feat: complete Pezkuwi rebrand

- Update phishing URL to phishing.pezkuwichain.io
- Update author to Dijital Kurdistan Tech Inst
- Update README with Pezkuwi project references
- Update IPFS reference to pezkuwichain.io
- Rebrand all package references from @polkadot to @pezkuwi
This commit is contained in:
2026-01-09 04:11:37 +03:00
parent 3f32f6cdfa
commit a4bb93cb33
37 changed files with 1363 additions and 408 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{
"extends": "@polkadot/dev/config/tsconfig.json",
"extends": "@pezkuwi/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
"paths": {
"@polkadot/phishing": ["phishing/src/index.ts"]
"@pezkuwi/phishing": ["phishing/src/index.ts"]
}
}
}