polkawallet-io / sdk

polkawallet SDK for integrating substrate-based blockchain as a plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential phishing address lookups

jacogr opened this issue · comments

commented

Is your feature request related to a problem? Please describe.

Users in our ecosystem are consistently being scammed/phished. It would be great if this wallet can also integrate checking recipients against the phishing list https://polkadot.js.org/phishing/

Describe the solution you'd like

On sending, check the recipient against the list. If a known scam address, block/warn the user.

There are 2 solutions available,

Describe alternatives you've considered

There are other solutions out in the wild, the above really focusses on Polkadot-ecosystem only.

Additional context

The above lists are really community maintained - as people report the URLs and addresses, they get added. If people do get scammed (sadly it does happen), they also get added. In the case of addresses, also do try to monitor the sites for address changes automatically and be proactive as scammers rotate addresses.

feature implemented.

Future<void> _updateBlackList() async {