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
+10 -14
View File
@@ -1,20 +1,20 @@
# @polkadot/phishing
# @pezkuwi/phishing
A curated list of potentially less-than-honest sites inclusive of a simple JS utility function to check any host against this list.
### Additions
To add a new site, edit [all.json](https://github.com/polkadot-js/phishing/edit/master/all.json) and add any new entries, single or multiple is allowed per edit.
To add a new site, edit [all.json](https://github.com/pezkuwichain/phishing/edit/master/all.json) and add any new entries, single or multiple is allowed per edit.
To add a new scam address (typically per site), edit [address.json](https://github.com/polkadot-js/phishing/edit/master/address.json) and add it in the correct section (which is keyed by the site providing them).
To add a new scam address (typically per site), edit [address.json](https://github.com/pezkuwichain/phishing/edit/master/address.json) and add it in the correct section (which is keyed by the site providing them).
### Availability
Making additions to the list will be reflected on merge at [polkadot.js.org/phishing/all.json](https://polkadot.js.org/phishing/all.json) & [polkadot.js.org/phishing/address.json](https://polkadot.js.org/phishing/address.json). These can be consumed via [@polkadot/phishing](https://github.com/polkadot-js/phishing/tree/master/packages/phishing) and other tools capable of parsing JSON.
Making additions to the list will be reflected on merge at [phishing.pezkuwichain.io/all.json](https://phishing.pezkuwichain.io/all.json) & [phishing.pezkuwichain.io/address.json](https://phishing.pezkuwichain.io/address.json). These can be consumed via [@pezkuwi/phishing](https://github.com/pezkuwichain/phishing/tree/master/packages/phishing) and other tools capable of parsing JSON.
The `{address, all}.json` files are also published to IPFS, via [ipns/phishing.dotapps.io](https://ipfs.io/ipns/phishing.dotapps.io/). Libraries can also consume from here for a decentralized approach.
The `{address, all}.json` files are also published to IPFS, via [ipns/phishing.pezkuwichain.io](https://ipfs.io/ipns/phishing.pezkuwichain.io/). Libraries can also consume from here for a decentralized approach.
## Notable users
@@ -24,18 +24,14 @@ The following wallets integrate either address or site blocking from these lists
<!--
Note to editors: Additions welcome. Keep it alphabetical after the
org-specific projects, i.e. polkadot{.js} first, rest alphabetical
org-specific projects, i.e. Pezkuwi first, rest alphabetical
following that
-->
- [polkadot{.js} extension](https://github.com/polkadot-js/extension)
- [polkadot{.js} apps](https://polkadot.js.org/apps)
- [Nova Wallet](https://novawallet.io/)
- [Fearless Wallet](https://fearlesswallet.io/)
- [polkadot js Plus](http://polkadotjs.plus)
- [SubWallet](https://subwallet.app/)
- [Talisman](https://talisman.xyz)
- [Pezkuwi Extension](https://github.com/pezkuwichain/pezkuwi-extension)
- [Pezkuwi SDK UI](https://github.com/pezkuwichain/pwap)
- [Pezkuwi Apps](https://pezkuwichain.app)
### Integration
@@ -48,4 +44,4 @@ Since the lists are published as JSON, integration for any non-JS wallets (only
### Contributing
These lists are intended to be maintained with active input from the community, so contributions are welcome, either via a pull request (edit above as described in additions) or by [logging an issue](https://github.com/polkadot-js/phishing/issues).
These lists are intended to be maintained with active input from the community, so contributions are welcome, either via a pull request (edit above as described in additions) or by [logging an issue](https://github.com/pezkuwichain/phishing/issues).