Files
phishing/README.md
T
Jaco Greeff 68a53cf89a typo
2021-01-24 12:33:36 +01:00

1.2 KiB

@polkadot/phishing

A curated list of known 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 and add any new entries, single or multiples is allowed per edit.

To add a new scam address (typically per site), edit 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 & polkadot.js.org/phishing/address.json. These can be consumed via the @polkadot/phishing library and other tools.

Contributing

This list is 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.