List SubWallet as a user (#2155)

This commit is contained in:
Jaco
2022-09-01 07:38:23 +03:00
committed by GitHub
parent 589b473bd9
commit c3631ee982
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -17,6 +17,16 @@ Making additions to the list will be reflected on merge at [polkadot.js.org/phis
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.
## Notable users
The following wallets integrate either address or site blocking from these lists:
- [polkadot{.js} extension](https://github.com/polkadot-js/extension)
- [polkadot{.js} apps](https://polkadot.js.org/apps)
- [Fearless Wallet](https://fearlesswallet.io/)
- [SubWallet](https://subwallet.app/)
### Integration
Since the lists are published as JSON, integration for any non-JS wallets (only a JS library that is provided) should be simple - retrieve the applicable list, parse the JSON and do the required checks either on host or address as per the requirements. The Javascript library does have some features that may be worth thinking about for other integrations -